Home
last modified time | relevance | path

Searched refs:if_data (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/compat/
H A Dgetifaddrs.c100 struct if_data *if_data; in getifaddrs() local
149 if_data = IF_MSGHDRL_IFM_DATA(ifm); in getifaddrs()
150 dcnt += if_data->ifi_datalen; in getifaddrs()
169 if_data = IFA_MSGHDRL_IFAM_DATA(ifam); in getifaddrs()
170 dcnt += if_data->ifi_datalen + ALIGNBYTES; in getifaddrs()
249 if_data = IF_MSGHDRL_IFM_DATA(ifm); in getifaddrs()
252 memcpy(data, if_data, if_data->ifi_datalen); in getifaddrs()
253 data += if_data->ifi_datalen; in getifaddrs()
320 if_data = IFA_MSGHDRL_IFAM_DATA(ifam); in getifaddrs()
323 memcpy(data, if_data, if_data->ifi_datalen); in getifaddrs()
[all …]
/f-stack/freebsd/net/
H A Dif.h77 struct if_data { struct
281 struct if_data ifm_data;/* statistics and other data about if */
293 (struct if_data *)((char *)(_l) + (_l)->ifm_data_off)
307 struct if_data ifm_data;/* statistics and other data about if */
335 (struct if_data *)((char *)(_l) + (_l)->ifam_data_off)
349 struct if_data ifam_data;/* statistics and other data about if or
H A Dif_mib.h43 struct if_data ifmd_data; /* generic information and statistics */
H A Drtsock.c91 struct if_data ifm_data;
105 struct if_data ifm_data;
119 struct if_data ifam_data;
2198 sysctl_iflist_ifml(struct ifnet *ifp, const struct if_data *src_ifd, in sysctl_iflist_ifml()
2202 struct if_data *ifd; in sysctl_iflist_ifml()
2238 sysctl_iflist_ifm(struct ifnet *ifp, const struct if_data *src_ifd, in sysctl_iflist_ifm()
2242 struct if_data *ifd; in sysctl_iflist_ifm()
2276 struct if_data *ifd; in sysctl_iflist_ifaml()
2308 ifd->ifi_datalen = sizeof(struct if_data); in sysctl_iflist_ifaml()
2342 struct if_data ifd; in sysctl_iflist()
H A Dif_var.h689 void if_data_copy(struct ifnet *, struct if_data *);
H A Dif.c1787 if_data_copy(struct ifnet *ifp, struct if_data *ifd) in if_data_copy()
1796 ifd->ifi_datalen = sizeof(struct if_data); in if_data_copy()
2493 struct if_data ifd; in ifhwioctl()
/f-stack/tools/compat/include/net/
H A Dif.h63 struct if_data { struct
267 struct if_data ifm_data;/* statistics and other data about if */
279 (struct if_data *)((char *)(_l) + (_l)->ifm_data_off)
293 struct if_data ifm_data;/* statistics and other data about if */
321 (struct if_data *)((char *)(_l) + (_l)->ifam_data_off)
335 struct if_data ifam_data;/* statistics and other data about if or
/f-stack/tools/netstat/
H A Dif.c366 #define IFA_MTU(ifa) (((struct if_data *)(ifa)->ifa_data)->ifi_mtu) in intpr()
416 #define IFA_STAT(s) (((struct if_data *)ifa->ifa_data)->ifi_ ## s) in intpr()
/f-stack/tools/ifconfig/
H A Difconfig.c1654 struct if_data *ifd;