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

/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.c271 iph->ih_flags = flags;
718 return ((iph->ih_flags & IH_LEGACY) != 0);
1082 return (ifsp.ifsp_lun > 0 && (iph->ih_flags & IH_LEGACY));
1091 boolean_t legacy = ((iph->ih_flags & IH_LEGACY) != 0);
H A Dipadm_prop.c803 if (iph->ih_flags & IH_INIT) {
846 boolean_t init = (iph->ih_flags & IH_INIT) != 0;
1007 !(iph->ih_flags & IH_LEGACY)) {
1033 if (!(flags & IPADM_OPT_DEFAULT) && !(iph->ih_flags & IH_LEGACY)) {
1098 if ((iph->ih_flags & IH_LEGACY) || valtype == MOD_PROP_PERM)
1143 (iph->ih_flags & IH_LEGACY) || valtype == MOD_PROP_PERM)
H A Dipadm_ndpd.c225 if (!(iph->ih_flags & IH_INIT)) {
H A Dlibipadm_impl.h68 uint32_t ih_flags; /* internal flags */ member in struct:ipadm_handle
H A Dipadm_addr.c2615 if (iph->ih_flags & IH_IPMGMTD)
3058 * If IH_LEGACY is set in ih_flags, flags has to be IPADM_OPT_ACTIVE
3077 boolean_t is_boot = (iph->ih_flags & IH_IPMGMTD);
3316 is_boot = ((iph->ih_flags & IH_IPMGMTD) != 0);
3363 if (!(iph->ih_flags & IH_INIT)) {
3452 * active configuration if IH_LEGACY is set in `iph->ih_flags'.
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 |
[all...]
H A Dipadm_if.c656 if (iph->ih_flags & IH_IPMGMTD)
2800 iph->ih_flags |= IH_INIT;
2802 iph->ih_flags &= ~IH_INIT;

Completed in 53 milliseconds