Lines Matching refs:boolean_t
63 boolean_t pif_isv6;
64 boolean_t pif_running; /* interface is running */
69 boolean_t pif_under_ipmp; /* is an ipmp underlying interface */
83 boolean_t lif_dad_wait; /* waiting for DAD resolution */
84 boolean_t lif_removed; /* removed from list */
85 boolean_t lif_plumbed; /* interface plumbed by dhcpagent */
86 boolean_t lif_expired; /* lease has evaporated */
167 dhcp_pif_t *insert_pif(const char *, boolean_t, int *);
170 dhcp_pif_t *lookup_pif_by_uindex(uint16_t, dhcp_pif_t *, boolean_t);
171 dhcp_pif_t *lookup_pif_by_name(const char *, boolean_t);
172 void pif_status(dhcp_pif_t *, boolean_t);
179 boolean_t verify_lif(const dhcp_lif_t *);
182 dhcp_lif_t *attach_lif(const char *, boolean_t, int *);
185 boolean_t clear_lif_deprecated(dhcp_lif_t *);
186 boolean_t open_ip_lif(dhcp_lif_t *, in_addr_t, boolean_t);
189 boolean_t schedule_lif_timer(dhcp_lif_t *, dhcp_timer_t *,
195 uint_t get_max_mtu(boolean_t);