Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.h54 struct dhcp_pif_s { struct
55 dhcp_pif_t *pif_next; /* Note: must be first */
56 dhcp_pif_t *pif_prev;
58 uint32_t pif_index; /* interface index */
60 uchar_t *pif_hwaddr; /* our link-layer address */
62 uchar_t pif_hwtype; /* type of link-layer */
63 boolean_t pif_isv6;
64 boolean_t pif_running; /* interface is running */
65 uint_t pif_hold_count; /* reference count */
66 char pif_name[LIFNAMSIZ];
[all …]