Searched defs:vrrpd_remove_if (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c229 static void vrrpd_remove_if(vrrp_intf_t *, boolean_t);
423 * transition of the VRRP router. call vrrpd_remove_if()
427 vrrpd_remove_if(intf, _B_FALSE);
1792 vrrpd_remove_if(intf, _B_TRUE);
1978 vrrpd_remove_if(vrrp_intf_t *intf, boolean_t primary_addr_gone) function
1982 vrrp_log(VRRP_DBG0, "vrrpd_remove_if(%s): %s", intf->vvi_ifname,

Completed in 53 milliseconds