Searched refs:IH_IPMGMTD (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.h230 #define IH_IPMGMTD 0x00000004 /* Caller is ipmgmtd itself */ macro
H A Dlibipadm.c248 if (flags & ~(IH_VRRP|IH_LEGACY|IH_INIT|IH_IPMGMTD))
H A Dipadm_addr.c2615 if (iph->ih_flags & IH_IPMGMTD)
3077 boolean_t is_boot = (iph->ih_flags & IH_IPMGMTD);
3316 is_boot = ((iph->ih_flags & IH_IPMGMTD) != 0);
H A Dipadm_if.c652 * if IH_IPMGMTD is set, we know that the caller (ipmgmtd) already
656 if (iph->ih_flags & IH_IPMGMTD)

Completed in 45 milliseconds