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

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ipmgmt.h226 #define IPMGMT_PERSIST 0x00000002 macro
H A Dipadm_if.c1157 ifarg.ia_flags = IPMGMT_PERSIST;
1237 ifarg.ia_flags |= IPMGMT_PERSIST;
H A Dipadm_addr.c1212 } else if ((ipaddr->ipadm_flags & IPMGMT_PERSIST) &&
1514 !(ipaddr.ipadm_flags & IPMGMT_PERSIST))
2833 if (!(ipaddr.ipadm_flags & IPMGMT_PERSIST) &&
3085 * IPMGMT_PERSIST on the address object in its `aobjmap'.
3089 * set as both IPMGMT_ACTIVE and IPMGMT_PERSIST.
3096 pflags |= IPMGMT_PERSIST;
3168 arg.ia_flags |= IPMGMT_PERSIST;
3207 !(ipaddr->ipadm_flags & IPMGMT_PERSIST))
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_door.c322 node.am_flags = (IPMGMT_ACTIVE|IPMGMT_PERSIST);
328 if (flags & IPMGMT_PERSIST) {
523 if (head->am_flags == (IPMGMT_ACTIVE|IPMGMT_PERSIST) &&
579 if (flags & IPMGMT_PERSIST)
608 if (flags & IPMGMT_PERSIST)
845 if (!(flags & IPMGMT_PERSIST) || sargp->ia_family == AF_UNSPEC ||
H A Dipmgmt_main.c565 ifarg.ia_flags = IPMGMT_PERSIST;
H A Dipmgmt_persist.c968 if (head->am_flags == (IPMGMT_ACTIVE|IPMGMT_PERSIST) &&

Completed in 61 milliseconds