Searched refs:NLMSG_NEXT (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/src/network/ |
D | netlink.c | 33 for (h = &u.reply; NLMSG_OK(h, (void*)&u.buf[r]); h = NLMSG_NEXT(h)) { in __netlink_enumerate()
|
D | netlink.h | 82 #define NLMSG_NEXT(nlh) (struct nlmsghdr*)((char*)(nlh)+NETLINK_ALIGN((nlh)->nlmsg_len)) macro
|
/third_party/ltp/lib/ |
D | tst_crypto.c | 45 nh = NLMSG_NEXT(nh, len)) { in tst_crypto_recv_ack()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | priv_netlink.h | 54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
|
D | netlink.c | 70 h = NLMSG_NEXT(h, left); in netlink_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | priv_netlink.h | 54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
|
D | netlink.c | 70 h = NLMSG_NEXT(h, left); in netlink_receive()
|
/third_party/ltp/testcases/lib/ |
D | tst_net_iface_prefix.c | 96 retmsg = NLMSG_NEXT(retmsg, len); in read_iface_prefix()
|
/third_party/libnl/include/linux-private/linux/ |
D | netlink.h | 95 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
|
/third_party/ltp/testcases/kernel/crypto/ |
D | crypto_user01.c | 139 nh = NLMSG_NEXT(nh, remaining)) { in validate_alg_list()
|
/third_party/glib/gio/ |
D | gnetworkmonitornetlink.c | 346 for (; len > 0; msg = NLMSG_NEXT (msg, len)) in read_netlink_messages()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 1259 for (; NLMSG_OK(addr_ptr, length); addr_ptr = NLMSG_NEXT(addr_ptr, length)) { in ipaddrupdate() 1404 for (; NLMSG_OK(addr_ptr, len); addr_ptr = NLMSG_NEXT(addr_ptr, len)) { in ipaddr_print() 1448 for (; NLMSG_OK(addr_ptr, len); addr_ptr = NLMSG_NEXT(addr_ptr, len)) { in ipaddr_print() 1748 mhdr = NLMSG_NEXT(mhdr, msglen)) { in display_route_info() 2806 mhdr = NLMSG_NEXT(mhdr, msglen)) { in filter_nlmesg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | vlan_full.c | 738 h = NLMSG_NEXT(h, left); in vlan_event_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | vlan_full.c | 738 h = NLMSG_NEXT(h, left); in vlan_event_receive()
|