Searched refs:nlmsghdr (Results 26 - 50 of 168) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dorigin.c46 int origin_find(const struct nlmsghdr *nlh)
H A Dcthelper.c62 static struct nlmsghdr *
65 struct nlmsghdr *nlh = mnl_nlmsg_put_header(buf);
140 struct nlmsghdr *nlh;
172 struct nlmsghdr *nlh;
216 static int nfq_queue_cb(const struct nlmsghdr *nlh, void *data)
339 struct nlmsghdr *nlh;
423 struct nlmsghdr *nlh;
466 struct nlmsghdr *nlh;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dgenetlink.h62 struct nlmsghdr * nlhdr;
128 struct nlmsghdr *nlh;
257 struct nlmsghdr *nlh = (struct nlmsghdr *)((unsigned char *)gnlh -
H A Drtnetlink.h7 typedef int (*rtnl_doit_func)(struct sk_buff *, struct nlmsghdr *, void *);
17 static inline int rtnl_msg_family(const struct nlmsghdr *nlh)
H A Ddn_fib.h96 struct dn_kern_rta *rta, struct nlmsghdr *n,
99 struct dn_kern_rta *rta, struct nlmsghdr *n,
120 const struct nlmsghdr *nlh, int *errp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/connector/
H A Ducon.c62 struct nlmsghdr *nlh;
70 nlh = (struct nlmsghdr *)buf;
112 struct nlmsghdr *reply;
218 reply = (struct nlmsghdr *)buf;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dip_common.h17 extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libipq/
H A Dlibipq.c129 struct nlmsghdr *nlh;
185 nlh = (struct nlmsghdr *)buf;
272 struct nlmsghdr nlh;
298 return ((struct nlmsghdr*)buf)->nlmsg_type;
303 struct nlmsghdr *h = (struct nlmsghdr *)buf;
310 return NLMSG_DATA((struct nlmsghdr *)(buf));
321 struct nlmsghdr nlh;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/linux/netfilter/
H A Dnfnetlink.h62 const struct nlmsghdr *nlh,
65 const struct nlmsghdr *nlh,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/include/linux/netfilter/
H A Dnfnetlink.h64 const struct nlmsghdr *nlh,
67 const struct nlmsghdr *nlh,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/examples/
H A Dnfct-timeout-get.c19 static int timeout_cb(const struct nlmsghdr *nlh, void *data)
48 struct nlmsghdr *nlh;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/include/linux/netfilter/
H A Dnfnetlink.h63 const struct nlmsghdr *nlh,
66 const struct nlmsghdr *nlh,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dnetlink.c43 static void selnl_add_payload(struct nlmsghdr *nlh, int len, int msgtype, void *data)
72 struct nlmsghdr *nlh;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libipq/
H A Dlibipq.c129 struct nlmsghdr *nlh;
185 nlh = (struct nlmsghdr *)buf;
272 struct nlmsghdr nlh;
298 return ((struct nlmsghdr*)buf)->nlmsg_type;
303 struct nlmsghdr *h = (struct nlmsghdr *)buf;
310 return NLMSG_DATA((struct nlmsghdr *)(buf));
321 struct nlmsghdr nlh;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libipq/
H A Dlibipq.c127 struct nlmsghdr *nlh;
183 nlh = (struct nlmsghdr *)buf;
271 struct nlmsghdr nlh;
297 return ((struct nlmsghdr*)buf)->nlmsg_type;
302 struct nlmsghdr *h = (struct nlmsghdr *)buf;
309 return NLMSG_DATA((struct nlmsghdr *)(buf));
320 struct nlmsghdr nlh;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c104 static int process_nlmsg(struct nlmsghdr *n) {
193 struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
227 if (!NLMSG_OK(p, bytes) || bytes < sizeof(struct nlmsghdr) || bytes < p->nlmsg_len) {
253 struct nlmsghdr *n;
263 n = (struct nlmsghdr*) req;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c104 static int process_nlmsg(struct nlmsghdr *n) {
193 struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
227 if (!NLMSG_OK(p, bytes) || bytes < sizeof(struct nlmsghdr) || bytes < p->nlmsg_len) {
253 struct nlmsghdr *n;
263 n = (struct nlmsghdr*) req;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Difaddrs.c52 struct nlmsghdr *nlh;
186 char reqbuf[NLMSG_ALIGN (sizeof (struct nlmsghdr)) +
189 struct nlmsghdr *req_hdr;
196 req_hdr = (struct nlmsghdr *) reqbuf;
239 nl_getmsg (int sd, int request, int seq, struct nlmsghdr **nlhp, int *done)
241 struct nlmsghdr *nh;
266 nh = (struct nlmsghdr *) buff;
267 for (nh = (struct nlmsghdr *) buff;
269 nh = (struct nlmsghdr *) NLMSG_NEXT (nh, read_size))
298 *nlhp = (struct nlmsghdr *) buf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Difaddrs.c52 struct nlmsghdr *nlh;
186 char reqbuf[NLMSG_ALIGN (sizeof (struct nlmsghdr)) +
189 struct nlmsghdr *req_hdr;
196 req_hdr = (struct nlmsghdr *) reqbuf;
239 nl_getmsg (int sd, int request, int seq, struct nlmsghdr **nlhp, int *done)
241 struct nlmsghdr *nh;
266 nh = (struct nlmsghdr *) buff;
267 for (nh = (struct nlmsghdr *) buff;
269 nh = (struct nlmsghdr *) NLMSG_NEXT (nh, read_size))
298 *nlhp = (struct nlmsghdr *) buf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/nfct-extensions/
H A Dtimeout.c83 static int nfct_timeout_cb(const struct nlmsghdr *nlh, void *data)
112 struct nlmsghdr *nlh;
174 struct nlmsghdr *nlh;
310 struct nlmsghdr *nlh;
376 struct nlmsghdr *nlh;
441 struct nlmsghdr *nlh;
H A Dhelper.c93 static int nfct_helper_cb(const struct nlmsghdr *nlh, void *data)
122 struct nlmsghdr *nlh;
172 struct nlmsghdr *nlh;
288 struct nlmsghdr *nlh;
382 struct nlmsghdr *nlh;
475 struct nlmsghdr *nlh;
526 struct nlmsghdr *nlh;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c94 int netlink_send(int nl, struct nlmsghdr *n);
95 void netlink_dump(struct nlmsghdr *n);
97 int netlink_is_link_up(struct intf *intf, struct nlmsghdr *n);
98 int netlink_is_from_us(struct nlmsghdr *n);
99 void netlink_is_our_iface(struct intf *intf, struct nlmsghdr *n);
100 int netlink_qualify(struct nlmsghdr *n, size_t length);
120 int addattr_l(struct nlmsghdr *n, unsigned int maxlen, int type, const void *data, int alen);
303 struct nlmsghdr *n;
344 n = (struct nlmsghdr *)&replybuf;
975 int netlink_send(int nl, struct nlmsghdr *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_fifo.c33 static int fifo_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/examples/
H A Dnfct-helper-del.c12 struct nlmsghdr *nlh;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dop-msg.c185 struct nlmsghdr *nlh = (void *) msg->head;
207 struct nlmsghdr *nlh = (void *) msg->head;
228 struct nlmsghdr *nlh = (void *) msg->head;
348 struct nlmsghdr *nlh = info->nlhdr;
400 "CRX: nlmsghdr len %u type %u flags 0x%04x seq 0x%x pid %u\n",

Completed in 281 milliseconds

1234567