Searched refs:IH_INIT (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_ndpd.c225 if (!(iph->ih_flags & IH_INIT)) {
H A Dlibipadm.h235 #define IH_INIT 0x10000000 macro
H A Dipadm_addr.c3357 * We don't have to set the lifnum for IH_INIT case, because
3363 if (!(iph->ih_flags & IH_INIT)) {
3580 if (!(iph->ih_flags & IH_INIT)) {
4180 if (iph->ih_flags & IH_INIT) {
4186 * IH_INIT in ih_flags, so that the address object will be
4764 iph->ih_flags |= IH_INIT;
4766 iph->ih_flags &= ~IH_INIT;
H A Dipadm_prop.c803 if (iph->ih_flags & IH_INIT) {
846 boolean_t init = (iph->ih_flags & IH_INIT) != 0;
H A Dlibipadm.c230 * IH_INIT: Used by ipadm_init_prop(), to initialize protocol properties
248 if (flags & ~(IH_VRRP|IH_LEGACY|IH_INIT|IH_IPMGMTD))
H A Dipadm_if.c2795 * We need to set IH_INIT because ipmgmtd daemon does not have to
2800 iph->ih_flags |= IH_INIT;
2802 iph->ih_flags &= ~IH_INIT;

Completed in 51 milliseconds