Searched refs:nlmsghdr (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/msm8994/kernel-headers/linux/
H A Dnetlink.h61 struct nlmsghdr { struct
89 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
95 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
106 struct nlmsghdr msg;
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dnetlink.h41 struct nlmsghdr { struct
80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
85 (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
86 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
87 (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && \
100 struct nlmsghdr msg;
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dnetlink.h61 struct nlmsghdr { struct
89 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr *) (((char *) (nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
95 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
106 struct nlmsghdr msg;
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dnetlink.h41 struct nlmsghdr { struct
80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
85 (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
86 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
87 (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && \
100 struct nlmsghdr msg;
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_diag.h129 struct nlmsghdr nlh; // Netlink Header
H A Dwifilogger_diag.cpp2129 struct nlmsghdr *nlh = nlmsg_hdr(msg);
2257 struct nlmsghdr *nlh = nlmsg_hdr(msg);
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Netlink.cpp429 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer;
433 buflen -= sizeof(struct nlmsghdr);
446 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */
451 buflen -= sizeof(struct nlmsghdr);
487 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */
492 buflen -= sizeof(struct nlmsghdr);
535 struct nlmsghdr *nl
[all...]

Completed in 176 milliseconds