HomeSort by relevance Sort by last modified time
    Searched full:nlmsghdr (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /external/dnsmasq/src/
netlink.c 36 static void nl_err(struct nlmsghdr *h);
37 static void nl_routechange(struct nlmsghdr *h);
128 struct nlmsghdr *h;
134 struct nlmsghdr nlh;
170 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
239 struct nlmsghdr *h;
249 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
260 static void nl_err(struct nlmsghdr *h)
273 static void nl_routechange(struct nlmsghdr *h)
  /external/chromium/net/base/
network_change_notifier_netlink_linux.cc 29 bool IsIPv6Update(const struct nlmsghdr* netlink_message_header) {
36 const struct nlmsghdr* netlink_message_header) {
93 const struct nlmsghdr* netlink_message_header =
94 reinterpret_cast<struct nlmsghdr*>(buf);
  /external/iproute2/tc/
m_ematch.h 87 int (*parse_eopt)(struct nlmsghdr *,struct tcf_ematch_hdr *,
109 extern int parse_ematch(int *, char ***, int, struct nlmsghdr *);
q_drr.c 37 static int drr_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
54 struct nlmsghdr *n)
q_ingress.c 35 static int ingress_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
m_action.c 78 static int parse_noaopt(struct action_util *au, int *argc_p, char ***argv_p, int code, struct nlmsghdr *n)
168 parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
332 struct nlmsghdr *n,
383 struct nlmsghdr *ans = NULL;
386 struct nlmsghdr n;
491 struct nlmsghdr n;
530 struct nlmsghdr n;
567 msg_size = NLMSG_ALIGN(req.n.nlmsg_len) - NLMSG_ALIGN(sizeof(struct nlmsghdr));
q_dsmark.c 30 struct nlmsghdr *n)
92 struct nlmsghdr *n)
m_pedit.h 58 int parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n);
  /external/iptables/libipq/
libipq.c 129 struct nlmsghdr *nlh;
185 nlh = (struct nlmsghdr *)buf;
273 struct nlmsghdr nlh;
299 return ((struct nlmsghdr*)buf)->nlmsg_type;
304 struct nlmsghdr *h = (struct nlmsghdr *)buf;
311 return NLMSG_DATA((struct nlmsghdr *)(buf));
322 struct nlmsghdr nlh;
  /external/wpa_supplicant/
priv_netlink.h 56 #define NLMSG_LENGTH(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr)))
79 struct nlmsghdr struct
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
priv_netlink.h 56 #define NLMSG_LENGTH(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr)))
79 struct nlmsghdr struct
  /external/iproute2/include/linux/
netlink.h 39 struct nlmsghdr { struct
77 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
82 (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
84 (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && \
97 struct nlmsghdr msg;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netlink.h 40 struct nlmsghdr struct
79 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
84 (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
85 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
86 (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && \
100 struct nlmsghdr msg;
  /external/dhcpcd/
if-linux.c 143 int (*callback)(struct nlmsghdr *))
147 struct nlmsghdr *nlm;
186 for (nlm = (struct nlmsghdr *)buf;
202 err_netlink(struct nlmsghdr *nlm)
222 link_route(struct nlmsghdr *nlm)
283 link_addr(struct nlmsghdr *nlm)
333 link_netlink(struct nlmsghdr *nlm)
389 send_netlink(struct nlmsghdr *hdr)
419 add_attr_l(struct nlmsghdr *n, unsigned int maxlen, int type,
440 add_attr_32(struct nlmsghdr *n, unsigned int maxlen, int type, uint32_t data
    [all...]
  /external/libnl-headers/netlink/
netlink-kernel.h 27 struct nlmsghdr struct
188 struct nlmsghdr msg;
  /external/iproute2/ip/
link_veth.c 28 struct nlmsghdr *hdr)
xfrm_monitor.c 46 struct nlmsghdr *n, void *arg)
107 struct nlmsghdr *n, void *arg)
137 struct nlmsghdr *n, void *arg)
175 struct nlmsghdr *n, void *arg)
226 struct nlmsghdr *n, void *arg)
254 struct nlmsghdr *n, void *arg)
iplink_macvlan.c 38 struct nlmsghdr *n)
xfrm_policy.c 230 struct nlmsghdr n;
422 int xfrm_policy_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
524 struct nlmsghdr n;
630 struct nlmsghdr *n = (struct nlmsghdr *)buf;
649 struct nlmsghdr *n,
658 struct nlmsghdr *new_n;
694 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
840 int print_spdinfo( struct nlmsghdr *n, void *arg)
904 struct nlmsghdr n
    [all...]
xfrm_state.c 241 struct nlmsghdr n;
530 struct nlmsghdr n;
539 struct nlmsghdr *res_n = (struct nlmsghdr *)res_buf;
696 int xfrm_state_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
787 struct nlmsghdr n;
849 struct nlmsghdr *res_n = (struct nlmsghdr *)buf;
872 struct nlmsghdr *n,
879 struct nlmsghdr *new_n
    [all...]
  /external/libnl-headers/netlink/genl/
mngt.h 28 struct nlmsghdr * nlh;
  /external/wpa_supplicant_8/src/drivers/
netlink.c 32 struct nlmsghdr *h)
49 struct nlmsghdr *h;
63 h = (struct nlmsghdr *) buf;
150 struct nlmsghdr hdr;
  /external/libnl-headers/netlink/netfilter/
ct.h 33 extern int nfnlmsg_ct_group(struct nlmsghdr *);
34 extern int nfnlmsg_ct_parse(struct nlmsghdr *, struct nfnl_ct **);
  /system/core/libnl_2/
netlink.c 31 struct nlmsghdr *nlh = msg->nm_nlh;
115 struct nlmsghdr *nlh;
124 nlmsg_for_each_msg(nlh, (struct nlmsghdr *) buf, rc, rem) {
206 struct nlmsghdr *nlh = nlmsg_hdr(msg);
  /external/iproute2/genl/
ctrl.c 45 struct nlmsghdr *nlh;
49 struct nlmsghdr n;
180 static int print_ctrl(const struct sockaddr_nl *who, struct nlmsghdr *n,
287 struct nlmsghdr *nlh;
292 struct nlmsghdr n;

Completed in 1577 milliseconds

12 3 4 5 6