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

/barrelfish-2018-10-04/lib/libc/net/
H A Dgetifaddrs.c96 struct if_data *if_data; local
145 if_data = IF_MSGHDRL_IFM_DATA(ifm);
146 dcnt += if_data->ifi_datalen;
165 if_data = IFA_MSGHDRL_IFAM_DATA(ifam);
166 dcnt += if_data->ifi_datalen + ALIGNBYTES;
245 if_data = IF_MSGHDRL_IFM_DATA(ifm);
248 memcpy(data, if_data, if_data->ifi_datalen);
249 data += if_data
[all...]
/barrelfish-2018-10-04/include/net/
H A Dif.h75 struct if_data { struct
204 * struct if_data.ifi_hwassist in mbuf CSUM_ flag form, controlled by above
267 struct if_data ifm_data;/* statistics and other data about if */
273 * if_data now have a member field detailing the struct length in addition to
279 (struct if_data *)((char *)(_l) + (_l)->ifm_data_off)
290 u_short ifm_len; /* length of if_msghdrl incl. if_data */
291 u_short ifm_data_off; /* offset of if_data from beginning */
292 struct if_data ifm_data;/* statistics and other data about if */
313 * if_data now have a member field detailing the struct length in addition to
319 (struct if_data *)((cha
[all...]

Completed in 100 milliseconds