Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.h74 struct dhcp_lif_s { struct
75 dhcp_lif_t *lif_next; /* Note: must be first */
76 dhcp_lif_t *lif_prev;
77 dhcp_pif_t *lif_pif; /* backpointer to parent physical if */
78 dhcp_smach_t *lif_smachs; /* pointer to list of state machines */
79 dhcp_lease_t *lif_lease; /* backpointer to lease holding LIF */
80 uint64_t lif_flags; /* Interface flags (IFF_*) */
81 int lif_sock_ip_fd; /* Bound to addr.BOOTPC for src addr */
82 iu_event_id_t lif_packet_id; /* event packet id */
83 uint_t lif_mtu; /* Requested interface MTU */
[all …]