Searched refs:IH_LEGACY (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.c227 * IH_LEGACY: This is used whenever an application needs to provide a
248 if (flags & ~(IH_VRRP|IH_LEGACY|IH_INIT|IH_IPMGMTD))
718 return ((iph->ih_flags & IH_LEGACY) != 0);
1071 * (2) ifname is a logical interface and IH_LEGACY is not set, or
1082 return (ifsp.ifsp_lun > 0 && (iph->ih_flags & IH_LEGACY));
1091 boolean_t legacy = ((iph->ih_flags & IH_LEGACY) != 0);
H A Dlibipadm.h229 #define IH_LEGACY 0x00000002 /* Caller is legacy app */ macro
H A Dipadm_prop.c1003 * if the caller is IH_LEGACY, `pval' already contains
1007 !(iph->ih_flags & IH_LEGACY)) {
1032 /* if IH_LEGACY is set, `pval' already contains numeric values */
1033 if (!(flags & IPADM_OPT_DEFAULT) && !(iph->ih_flags & IH_LEGACY)) {
1095 * If IH_LEGACY is set or valtype is MOD_PROP_PERM, do not
1098 if ((iph->ih_flags & IH_LEGACY) || valtype == MOD_PROP_PERM)
1139 * if IH_LEGACY is set or valtype is MOD_PROP_PERM, do not
1143 (iph->ih_flags & IH_LEGACY) || valtype == MOD_PROP_PERM)

Completed in 25 milliseconds