Searched refs:ifinfomsg (Results 1 - 25 of 44) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnetlink.h13 struct ifinfomsg;
17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
H A Dnetlink.c24 void (*cb)(void *ctx, struct ifinfomsg *ifi,
28 if (cb == NULL || NLMSG_PAYLOAD(h, 0) < sizeof(struct ifinfomsg))
31 (u8 *) NLMSG_DATA(h) + NLMSG_ALIGN(sizeof(struct ifinfomsg)),
32 NLMSG_PAYLOAD(h, sizeof(struct ifinfomsg)));
145 struct ifinfomsg ifinfo;
154 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
H A Dpriv_netlink.h91 struct ifinfomsg struct
/external/wpa_supplicant_8/src/drivers/
H A Dnetlink.h13 struct ifinfomsg;
17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
H A Dnetlink.c24 void (*cb)(void *ctx, struct ifinfomsg *ifi,
28 if (cb == NULL || NLMSG_PAYLOAD(h, 0) < sizeof(struct ifinfomsg))
31 (u8 *) NLMSG_DATA(h) + NLMSG_ALIGN(sizeof(struct ifinfomsg)),
32 NLMSG_PAYLOAD(h, sizeof(struct ifinfomsg)));
145 struct ifinfomsg ifinfo;
154 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
H A Dpriv_netlink.h91 struct ifinfomsg struct
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnetlink.h13 struct ifinfomsg;
17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
H A Dnetlink.c24 void (*cb)(void *ctx, struct ifinfomsg *ifi,
28 if (cb == NULL || NLMSG_PAYLOAD(h, 0) < sizeof(struct ifinfomsg))
31 (u8 *) NLMSG_DATA(h) + NLMSG_ALIGN(sizeof(struct ifinfomsg)),
32 NLMSG_PAYLOAD(h, sizeof(struct ifinfomsg)));
145 struct ifinfomsg ifinfo;
154 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
H A Dpriv_netlink.h91 struct ifinfomsg struct
/external/iproute2/ip/
H A Dlink_veth.c42 hdr->nlmsg_len += sizeof(struct ifinfomsg);
H A Dlink_gre.c47 struct ifinfomsg i;
50 struct ifinfomsg *ifi = (struct ifinfomsg *)(n + 1);
H A Diplink.c149 struct ifinfomsg i;
156 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
175 struct ifinfomsg i;
415 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
H A Dipaddress.c224 struct ifinfomsg *ifi = NLMSG_DATA(n);
896 struct ifinfomsg *ifi = NLMSG_DATA(&l->h);
949 struct ifinfomsg *ifi = NLMSG_DATA(&l->h);
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Dpriv_netlink.h88 struct ifinfomsg struct
H A Ddriver_nl80211.c222 struct ifinfomsg ifinfo;
231 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
748 struct ifinfomsg *ifi;
754 _nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
800 struct ifinfomsg *ifi;
833 _nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
862 struct ifinfomsg *ifi;
871 _nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
H A Ddriver_wext.c50 struct ifinfomsg ifinfo;
59 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
654 struct ifinfomsg *ifi;
660 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
706 struct ifinfomsg *ifi;
739 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
767 struct ifinfomsg *ifi;
776 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
H A Ddriver_ralink.c753 struct ifinfomsg *ifi;
763 wpa_hexdump(MSG_DEBUG, "ifi: ", (u8 *) ifi, sizeof(struct ifinfomsg));
765 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
/external/iproute2/include/
H A Dlibnetlink.h92 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))
95 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
/external/iproute2/include/linux/
H A Dif_link.h125 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))
126 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
H A Drtnetlink.h417 /* struct ifinfomsg
422 struct ifinfomsg { struct
/external/kernel-headers/original/linux/
H A Dif_link.h127 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))
128 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
/external/iproute2/lib/
H A Dll_map.c44 struct ifinfomsg *ifi = NLMSG_DATA(n);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_init.c579 struct ifinfomsg *ifi;
588 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
/external/wpa_supplicant_8/src/ap/
H A Dvlan_init.c579 struct ifinfomsg *ifi;
588 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_init.c579 struct ifinfomsg *ifi;
588 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));

Completed in 2901 milliseconds

12