Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dif_var_private.h446 struct if_data_internal { struct
448 u_char ifi_type; /* ethernet, tokenring, etc */
449 u_char ifi_typelen; /* Length of frame type id */
450 u_char ifi_physical; /* e.g., AUI, Thinnet, 10base-T, etc */
451 u_char ifi_addrlen; /* media address length */
452 u_char ifi_hdrlen; /* media header length */
453 u_char ifi_recvquota; /* polling quota for receive intrs */
454 u_char ifi_xmitquota; /* polling quota for xmit intrs */
455 u_char ifi_unused1; /* for future use */
456 u_int32_t ifi_mtu; /* maximum transmission unit */
[all …]