Lines Matching defs:value

149 	/* max value of PPA is 4294967294, which is (UINT_MAX - 1) */
387 * Returns the flags value for the logical interface in `lifname'
475 * -1 or some invalid value to signify that
2690 * The property value is in the format of "ether_src-xxx"
2754 uint_t i, value;
2761 * The property value is in the format of "src:xxx" "dst:xxx"
2795 value = strtoul(sep, &endp, 16);
2796 if (errno != 0 || value > 0xff || *endp != '\0')
2799 ipv4.ipv4_tos = value;
2805 value = strtoul(sep, &endp, 10);
2806 if (errno != 0 || value == 0 || value > 0xff ||
2809 ipv4.ipv4_ttl = value;
2826 uint_t i, value;
2834 * The property value is in the format of "src:xxx" "dst:xxx"
2870 value = strtoul(sep, &endp, 16);
2871 if (errno != 0 || value > 0xff || *endp != '\0')
2874 ipv6.ipv6_tclass = value;
2880 value = strtoul(sep, &endp, 10);
2881 if (errno != 0 || value == 0 || value > 0xff ||
2885 ipv6.ipv6_hlimit = value;
2891 value = strtoul(sep, &endp, 16);
2892 if (errno != 0 || value > 0xff || *endp != '\0') {
2895 ipv6.ipv6_label = value;
2912 uint_t i, value;
2916 /* The property value is in the format of "sport-xxx" "dport-xxx" */
2928 value = strtoul(sep, &endp, 10);
2929 if (errno != 0 || value == 0 || value > 0xffff ||
2933 sport = value;
2939 value = strtoul(sep, &endp, 10);
2940 if (errno != 0 || value == 0 || value > 0xffff ||
2944 dport = value;
3049 uint_t i, value;
3058 * The property value is in the format of "src:xxx" "dst:xxx"
3074 value = strtoull(sep, &endp, 16);
3077 tnl.tun_id = value;
3098 value = strtoul(sep, &endp, 16);
3099 if (errno != 0 || value > 0xff || *endp != '\0')
3101 tnl.ip_tos = value;
3108 value = strtoul(sep, &endp, 10);
3109 if (errno != 0 || value == 0 || value > 0xff ||
3113 tnl.ip_ttl = value;
3584 (void) printf("can't get value: %s\n",
3845 * the optional linkname and/or zone ID value. If no zonename prefix was
3847 * value to ALL_ZONES.
3946 "kstat2 value error. "