/external/wpa_supplicant_8/src/drivers/ |
D | netlink.h | 13 struct ifinfomsg; 17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf, 19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
|
D | netlink.c | 24 void (*cb)(void *ctx, struct ifinfomsg *ifi, in netlink_receive_link() 28 if (cb == NULL || NLMSG_PAYLOAD(h, 0) < sizeof(struct ifinfomsg)) in netlink_receive_link() 31 (u8 *) NLMSG_DATA(h) + NLMSG_ALIGN(sizeof(struct ifinfomsg)), in netlink_receive_link() 32 NLMSG_PAYLOAD(h, sizeof(struct ifinfomsg))); in netlink_receive_link() 174 struct ifinfomsg ifinfo; in netlink_send_oper_ifla() 183 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg)); in netlink_send_oper_ifla()
|
D | priv_netlink.h | 93 struct ifinfomsg struct
|
D | driver_wext.c | 633 static void wpa_driver_wext_event_rtm_newlink(void *ctx, struct ifinfomsg *ifi, in wpa_driver_wext_event_rtm_newlink() 714 static void wpa_driver_wext_event_rtm_dellink(void *ctx, struct ifinfomsg *ifi, in wpa_driver_wext_event_rtm_dellink()
|
/external/libnl/include/linux/ |
D | if_link.h | 90 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 91 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
D | rtnetlink.h | 417 struct ifinfomsg struct
|
/external/iproute2/include/ |
D | libnetlink.h | 115 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 118 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/external/iproute2/include/linux/ |
D | if_link.h | 148 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 149 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
D | rtnetlink.h | 425 struct ifinfomsg { struct
|
/external/iproute2/ip/ |
D | link_gre.c | 47 struct ifinfomsg i; in gre_parse_opt() 50 struct ifinfomsg *ifi = (struct ifinfomsg *)(n + 1); in gre_parse_opt()
|
D | link_veth.c | 43 hdr->nlmsg_len += sizeof(struct ifinfomsg); in veth_parse_opt()
|
D | iplink.c | 164 struct ifinfomsg i; in iplink_have_newlink() 171 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg)); in iplink_have_newlink() 190 struct ifinfomsg i; 478 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg)); in iplink_modify()
|
D | ipaddress.c | 364 struct ifinfomsg *ifi = NLMSG_DATA(n); in print_linkinfo() 963 struct ifinfomsg *ifi = NLMSG_DATA(&l->h); in ipaddr_list_or_flush() 1016 struct ifinfomsg *ifi = NLMSG_DATA(&l->h); in ipaddr_list_or_flush()
|
/external/android-clat/ |
D | netlink_msg.h | 23 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi);
|
D | netlink_msg.c | 93 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi) { in nlmsg_alloc_ifinfo()
|
D | setif.c | 103 struct ifinfomsg ifi; in if_up()
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 156 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 157 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
D | rtnetlink.h | 445 struct ifinfomsg { struct
|
/external/iproute2/lib/ |
D | ll_map.c | 51 struct ifinfomsg *ifi = NLMSG_DATA(n); in ll_remember_index()
|
/external/libnl/lib/route/ |
D | link.c | 260 struct ifinfomsg *ifi; in link_msg_parser() 866 struct ifinfomsg ifi = { in rtnl_link_build_change_request() 1447 .co_hdrsize = sizeof(struct ifinfomsg),
|
/external/wpa_supplicant_8/src/ap/ |
D | vlan_init.c | 716 struct ifinfomsg *ifi; in vlan_read_ifnames() 726 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg)); in vlan_read_ifnames()
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSPosix.c | 1041 struct ifinfomsg *pIfInfo = (struct ifinfomsg*) NLMSG_DATA(pNLMsg); in PrintNetLinkMsg() 1099 result |= 1 << ((struct ifinfomsg*) NLMSG_DATA(pNLMsg))->ifi_index; in ProcessRoutingNotification()
|
/external/toybox/toys/pending/ |
D | ip.c | 555 struct ifinfomsg info; in linkupdate() 584 request.mhdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg)); in linkupdate() 810 struct ifinfomsg *iface = NLMSG_DATA(h); in get_link_info() 919 struct ifinfomsg info; in link_show() 925 request.mhdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg)); in link_show()
|
/external/dhcpcd/ |
D | if-linux.c | 346 struct ifinfomsg *ifi; in link_netlink()
|
/external/iproute2/misc/ |
D | ifstat.c | 84 struct ifinfomsg *ifi = NLMSG_DATA(m); in get_nlmsg()
|