Home
last modified time | relevance | path

Searched defs:if_data_internal (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dif_var_private.h404 struct if_data_internal { struct
406 u_char ifi_type; /* ethernet, tokenring, etc */
407 u_char ifi_typelen; /* Length of frame type id */
408 u_char ifi_physical; /* e.g., AUI, Thinnet, 10base-T, etc */
409 u_char ifi_addrlen; /* media address length */
410 u_char ifi_hdrlen; /* media header length */
411 u_char ifi_recvquota; /* polling quota for receive intrs */
412 u_char ifi_xmitquota; /* polling quota for xmit intrs */
413 u_char ifi_unused1; /* for future use */
414 u_int32_t ifi_mtu; /* maximum transmission unit */
[all …]