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

/freebsd-current/lib/libc/net/
H A Dgetifaddrs.c95 struct if_data *if_data; local
144 if_data = IF_MSGHDRL_IFM_DATA(ifm);
145 dcnt += if_data->ifi_datalen;
164 if_data = IFA_MSGHDRL_IFAM_DATA(ifam);
165 dcnt += if_data->ifi_datalen + ALIGNBYTES;
244 if_data = IF_MSGHDRL_IFM_DATA(ifm);
247 memcpy(data, if_data, if_data->ifi_datalen);
248 data += if_data
[all...]
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_inet6.c99 addr->vhid = ((struct if_data *)ifa->ifa_data)->ifi_vhid;
H A Dlibifconfig_inet.c92 addr->vhid = ((struct if_data *)ifa->ifa_data)->ifi_vhid;
/freebsd-current/sys/net/
H A Dif_mib.h41 struct if_data ifmd_data; /* generic information and statistics */
H A Dif.h74 struct if_data { struct
207 * struct if_data.ifi_hwassist in mbuf CSUM_ flag form, controlled by above
331 struct if_data ifm_data;/* statistics and other data about if */
337 * if_data now have a member field detailing the struct length in addition to
343 (struct if_data *)((char *)(_l) + (_l)->ifm_data_off)
354 u_short ifm_len; /* length of if_msghdrl incl. if_data */
355 u_short ifm_data_off; /* offset of if_data from beginning */
357 struct if_data ifm_data;/* statistics and other data about if */
379 * if_data now have a member field detailing the struct length in addition to
385 (struct if_data *)((cha
[all...]
H A Drtsock.c94 struct if_data ifm_data;
108 struct if_data ifm_data;
122 struct if_data ifam_data;
2292 sysctl_iflist_ifml(struct ifnet *ifp, const struct if_data *src_ifd,
2296 struct if_data *ifd;
2332 sysctl_iflist_ifm(struct ifnet *ifp, const struct if_data *src_ifd,
2336 struct if_data *ifd;
2370 struct if_data *ifd;
2402 ifd->ifi_datalen = sizeof(struct if_data);
2408 /* Fixup if_data car
[all...]
H A Dif_var.h545 void if_data_copy(if_t, struct if_data *);
H A Dif.c1708 * Copy data from ifnet to userland API structure if_data.
1711 if_data_copy(struct ifnet *ifp, struct if_data *ifd)
1720 ifd->ifi_datalen = sizeof(struct if_data);
2529 struct if_data ifd;
/freebsd-current/usr.bin/netstat/
H A Dif.c415 #define IFA_STAT(s) (((struct if_data *)ifa->ifa_data)->ifi_ ## s)
493 #define IFA_MTU(ifa) (((struct if_data *)(ifa)->ifa_data)->ifi_mtu)
/freebsd-current/contrib/pf/pflogd/
H A Dpflogd.c239 struct if_data ifrdat;
/freebsd-current/sbin/pfctl/
H A Dpfctl_altq.c1253 struct if_data ifrdat;
/freebsd-current/sbin/ifconfig/
H A Difconfig.c1982 struct if_data *ifd;
/freebsd-current/share/man/man9/
H A DMakefile1324 ifnet.9 if_data.9 \

Completed in 332 milliseconds