Searched refs:nlmsghdr (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/networking/libiproute/ |
D | libnetlink.h | 26 int (*filter)(const struct sockaddr_nl*, struct nlmsghdr *n, void*) FAST_FUNC, 32 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, 33 unsigned groups, struct nlmsghdr *answer, 34 int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *), 55 extern int addattr32(struct nlmsghdr *n, int maxlen, int type, uint32_t data) FAST_FUNC; 56 extern int addattr_l(struct nlmsghdr *n, int maxlen, int type, void *data, int alen) FAST_FUNC;
|
D | libnetlink.c | 40 struct nlmsghdr nlh; in xrtnl_wilddump_request() 59 struct nlmsghdr *h; in rtnl_send_check() 75 for (h = (struct nlmsghdr *)resp; in rtnl_send_check() 95 struct nlmsghdr nlh; in rtnl_dump_request() 123 int (*filter)(const struct sockaddr_nl *, struct nlmsghdr *n, void *) FAST_FUNC, in rtnl_dump_filter() 135 struct nlmsghdr *h; in rtnl_dump_filter() 163 h = (struct nlmsghdr*)buf; in rtnl_dump_filter() 219 int (*filter)(const struct sockaddr_nl *, struct nlmsghdr *, void *) FAST_FUNC, in xrtnl_dump_filter() argument 228 int FAST_FUNC rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, in rtnl_talk() argument 230 struct nlmsghdr *answer, in rtnl_talk() [all …]
|
D | ll_map.h | 7 int ll_remember_index(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) FAST_FUNC;
|
D | ipaddress.c | 112 static NOINLINE int print_linkinfo(const struct nlmsghdr *n) in print_linkinfo() 227 struct nlmsghdr *n, void *arg UNUSED_PARAM) in print_addrinfo() 282 struct nlmsghdr *fn; in print_addrinfo() 287 fn = (struct nlmsghdr*)(G_filter.flushb + NLMSG_ALIGN(G_filter.flushp)); in print_addrinfo() 387 struct nlmsghdr h; 393 struct nlmsghdr *n = &ainfo->h; in print_selected_addrinfo() 411 static int FAST_FUNC store_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) in store_nlmsg() 542 struct nlmsghdr *n = &a->h; in ipaddr_list_or_flush() 636 struct nlmsghdr n; in ipaddr_modify()
|
D | ipneigh.c | 93 struct nlmsghdr *n, void *arg UNUSED_PARAM) in print_neigh() 143 struct nlmsghdr *fn; in print_neigh() 148 fn = (struct nlmsghdr*)(G_filter.flushb + NLMSG_ALIGN(G_filter.flushp)); in print_neigh()
|
D | iplink.c | 135 struct nlmsghdr n; in set_master() 160 struct nlmsghdr n; in set_netns() 508 static void vlan_parse_opt(char **argv, struct nlmsghdr *n, unsigned int size) in vlan_parse_opt() 595 static void vrf_parse_opt(char **argv, struct nlmsghdr *n, unsigned int size) in vrf_parse_opt() 631 struct nlmsghdr n; in do_add_or_delete()
|
D | ll_map.c | 40 struct nlmsghdr *n, in ll_remember_index()
|
D | iprule.c | 54 struct nlmsghdr *n, void *arg UNUSED_PARAM) in print_rule() 216 struct nlmsghdr n; in iprule_modify()
|
D | iproute.c | 68 struct nlmsghdr *n, void *arg UNUSED_PARAM) in print_route() 202 struct nlmsghdr *fn; in print_route() 382 struct nlmsghdr n; in iproute_modify() 726 struct nlmsghdr nlh; in rtnl_rtcache_request() 964 struct nlmsghdr n; in iproute_get()
|
/busybox-1.35.0/networking/ |
D | tc.c | 202 static int prio_parse_opt(int argc, char **argv, struct nlmsghdr *n) 229 static int cbq_parse_opt(int argc, char **argv, struct nlmsghdr *n) 328 struct nlmsghdr *hdr, in print_qdisc() 388 struct nlmsghdr *hdr, in print_class() 460 struct nlmsghdr *hdr UNUSED_PARAM, in print_filter()
|
D | ifplugd.c | 486 struct nlmsghdr *mhdr; in check_existence_through_netlink() 499 mhdr = (struct nlmsghdr*)replybuf; in check_existence_through_netlink()
|