Home
last modified time | relevance | path

Searched refs:ifi_typelen (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_var.h172 u_char ifi_typelen; /* Length of frame type id */ member
210 u_char ifi_typelen; /* Length of frame type id */ member
H A Dif_var_private.h449 u_char ifi_typelen; /* Length of frame type id */ member
539 #define if_typelen if_data.ifi_typelen
H A Dif.c6214 COPYFIELD(ifi_typelen); in if_data_internal_to_if_data()
6270 COPYFIELD64(ifi_typelen); in if_data_internal_to_if_data64()
H A Ddlil.c4981 ifp->if_data.ifi_typelen = if_data_saved.ifi_typelen; in ifnet_attach()