Home
last modified time | relevance | path

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

/src/lib/libc/net/ !
H A Dgetifaddrs.c95 struct if_data *if_data; in getifaddrs() local
144 if_data = IF_MSGHDRL_IFM_DATA(ifm); in getifaddrs()
145 dcnt += if_data->ifi_datalen; in getifaddrs()
164 if_data = IFA_MSGHDRL_IFAM_DATA(ifam); in getifaddrs()
165 dcnt += if_data->ifi_datalen + ALIGNBYTES; in getifaddrs()
244 if_data = IF_MSGHDRL_IFM_DATA(ifm); in getifaddrs()
247 memcpy(data, if_data, if_data->ifi_datalen); in getifaddrs()
248 data += if_data->ifi_datalen; in getifaddrs()
315 if_data = IFA_MSGHDRL_IFAM_DATA(ifam); in getifaddrs()
318 memcpy(data, if_data, if_data->ifi_datalen); in getifaddrs()
[all …]
/src/sys/net/ !
H A Dif.h74 struct if_data { struct
332 struct if_data ifm_data;/* statistics and other data about if */
344 (struct if_data *)((char *)(_l) + (_l)->ifm_data_off)
358 struct if_data ifm_data;/* statistics and other data about if */
386 (struct if_data *)((char *)(_l) + (_l)->ifam_data_off)
400 struct if_data ifam_data;/* statistics and other data about if or
H A Dif_mib.h41 struct if_data ifmd_data; /* generic information and statistics */
H A Drtsock.c94 struct if_data ifm_data;
108 struct if_data ifm_data;
122 struct if_data ifam_data;
2333 sysctl_iflist_ifml(struct ifnet *ifp, const struct if_data *src_ifd, in sysctl_iflist_ifml()
2337 struct if_data *ifd; in sysctl_iflist_ifml()
2373 sysctl_iflist_ifm(struct ifnet *ifp, const struct if_data *src_ifd, in sysctl_iflist_ifm()
2377 struct if_data *ifd; in sysctl_iflist_ifm()
2411 struct if_data *ifd; in sysctl_iflist_ifaml()
2443 ifd->ifi_datalen = sizeof(struct if_data); in sysctl_iflist_ifaml()
2477 struct if_data ifd; in sysctl_iflist()
H A Dif_var.h582 void if_data_copy(if_t, struct if_data *);
H A Dif.c1556 if_data_copy(struct ifnet *ifp, struct if_data *ifd) in if_data_copy()
1565 ifd->ifi_datalen = sizeof(struct if_data); in if_data_copy()
2363 struct if_data ifd; in ifhwioctl()
/src/lib/libifconfig/ !
H A Dlibifconfig_inet.c92 addr->vhid = ((struct if_data *)ifa->ifa_data)->ifi_vhid; in ifconfig_inet_get_addrinfo()
H A Dlibifconfig_inet6.c99 addr->vhid = ((struct if_data *)ifa->ifa_data)->ifi_vhid; in ifconfig_inet6_get_addrinfo()
/src/usr.bin/netstat/ !
H A Dif.c419 #define IFA_STAT(s) (((struct if_data *)ifa->ifa_data)->ifi_ ## s) in intpr()
497 #define IFA_MTU(ifa) (((struct if_data *)(ifa)->ifa_data)->ifi_mtu) in intpr()
/src/contrib/pf/pflogd/ !
H A Dpflogd.c250 struct if_data ifrdat; in if_exists()
/src/sbin/pfctl/ !
H A Dpfctl_altq.c1253 struct if_data ifrdat; in getifspeed()
/src/sbin/ifconfig/ !
H A Difconfig.c1984 struct if_data *ifd; in print_vhid()
/src/share/man/man9/ !
H A DMakefile1362 ifnet.9 if_data.9 \