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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp_opt_data.c105 { IP_MULTICAST_LOOP, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
108 { IP_MULTICAST_TTL, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
201 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
204 OP_DEF_FN, sizeof (int), -1 /* not initialized */},
212 { IPV6_UNICAST_HOPS, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
224 { ICMP6_FILTER, IPPROTO_ICMPV6, OA_RW, OA_RW, OP_NP, OP_DEF_FN|OP_VARLEN,
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_opt_data.c119 { IP_MULTICAST_LOOP, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
122 { IP_MULTICAST_TTL, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
189 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
192 OP_DEF_FN, sizeof (int), -1 /* not initialized */},
201 { IPV6_UNICAST_HOPS, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.h150 #define OP_DEF_FN 0x8 /* call a "default function" to get default */ macro
H A Doptcom.c97 * OP_DEF_FN property in option database.)
268 if (!(optd->opdes_props & OP_DEF_FN) ||
1058 if (optd->opdes_props & OP_DEF_FN) {
1166 if (optd->opdes_props & OP_DEF_FN) {
1420 if (optd->opdes_props & OP_DEF_FN) {
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c97 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
100 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
103 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
106 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
151 { IP_TTL, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
163 { IPV6_UNICAST_HOPS, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c697 { IP_TTL, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
709 { IPV6_UNICAST_HOPS, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, OP_DEF_FN,

Completed in 55 milliseconds