Lines Matching refs:dhcp_lif_t

59 static void clear_lif_dhcp(dhcp_lif_t *);
364 dhcp_lif_t *lif;
400 * output: dhcp_lif_t *: a pointer to the new entry, or NULL on failure
403 dhcp_lif_t *
406 dhcp_lif_t *lif;
517 * input: dhcp_lif_t *: a pointer to the LIF structure
522 hold_lif(dhcp_lif_t *lif)
533 * input: dhcp_lif_t *: a pointer to the LIF structure
538 release_lif(dhcp_lif_t *lif)
579 * input: dhcp_lif_t *: a pointer to the LIF structure
584 remove_lif(dhcp_lif_t *lif)
595 dhcp_lif_t *lifnext;
638 * output: dhcp_lif_t *: the matching LIF, or NULL if not found
641 dhcp_lif_t *
644 dhcp_lif_t *lif;
657 * input: const dhcp_lif_t *: the LIF to check
665 checkaddr(const dhcp_lif_t *lif, int ioccmd, const in6_addr_t *addr,
723 * input: const dhcp_lif_t *: the LIF to verify
728 verify_lif(const dhcp_lif_t *lif)
833 * input: dhcp_lif_t *: the interface to canonize
839 canonize_lif(dhcp_lif_t *lif, boolean_t dhcponly)
957 * input: dhcp_lif_t *: the interface to unplumb
961 dhcp_lif_t *
964 dhcp_lif_t *lif;
1050 * input: dhcp_lif_t *: the interface to unplumb
1055 unplumb_lif(dhcp_lif_t *lif)
1101 * output: dhcp_lif_t *: pointer to new entry, or NULL on failure
1104 dhcp_lif_t *
1135 * input: dhcp_lif_t *: the logical interface
1140 set_lif_dhcp(dhcp_lif_t *lif)
1206 * input: dhcp_lif_t *: the logical interface
1211 clear_lif_dhcp(dhcp_lif_t *lif)
1235 * input: dhcp_lif_t *: the logical interface
1240 set_lif_deprecated(dhcp_lif_t *lif)
1269 * input: dhcp_lif_t *: the logical interface
1274 clear_lif_deprecated(dhcp_lif_t *lif)
1324 * input: dhcp_lif_t *: the logical interface to operate on
1331 open_ip_lif(dhcp_lif_t *lif, in_addr_t addr_hbo, boolean_t bringup)
1491 * input: dhcp_lif_t *: the logical interface to operate on
1496 close_ip_lif(dhcp_lif_t *lif)
1513 * input: dhcp_lif_t *: the logical interface to operate on
1519 lif_mark_decline(dhcp_lif_t *lif, const char *reason)
1533 * input: dhcp_lif_t *: the logical interface to operate on
1540 schedule_lif_timer(dhcp_lif_t *lif, dhcp_timer_t *dt, iu_tq_callback_t *expire)
1565 * input: dhcp_lif_t *: the logical interface to operate on
1571 cancel_lif_timer(dhcp_lif_t *lif, dhcp_timer_t *dt)
1590 * input: dhcp_lif_t *: the logical interface to operate on
1595 cancel_lif_timers(dhcp_lif_t *lif)
1616 dhcp_lif_t *lif;
1649 dhcp_lif_t *lif;
1678 * output: dhcp_lif_t *: the first expired LIF, or NULL if none.
1681 dhcp_lif_t *
1685 dhcp_lif_t *lif;