Searched defs:dhcp_pif_s (Results 1 – 1 of 1) sorted by relevance
55 struct dhcp_pif_s { struct56 dhcp_pif_t *pif_next; /* Note: must be first */57 dhcp_pif_t *pif_prev;58 dhcp_lif_t *pif_lifs; /* pointer to logical interface list */59 uint32_t pif_index; /* interface index */60 uint_t pif_mtu_orig; /* Original interface MTU */61 uint_t pif_mtu; /* Current interface MTU */62 uchar_t *pif_hwaddr; /* our link-layer address */63 uchar_t pif_hwlen; /* our link-layer address len */64 uchar_t pif_hwtype; /* type of link-layer */[all …]