Home
last modified time | relevance | path

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.c106 { IP_MULTICAST_LOOP, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
109 { IP_MULTICAST_TTL, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
204 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
207 OP_DEF_FN, sizeof (int), -1 /* not initialized */},
215 { IPV6_UNICAST_HOPS, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
227 { 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.c122 { IP_MULTICAST_LOOP, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
125 { IP_MULTICAST_TTL, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
194 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
197 OP_DEF_FN, sizeof (int), -1 /* not initialized */},
206 { IPV6_UNICAST_HOPS, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c102 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
105 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
108 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
111 OP_DEF_FN, sizeof (int), -1 /* not initialized */ },
163 { IP_TTL, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
178 { 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.c268 if (!(optd->opdes_props & OP_DEF_FN) || in svr4_optcom_req()
1058 if (optd->opdes_props & OP_DEF_FN) { in do_opt_default()
1166 if (optd->opdes_props & OP_DEF_FN) { in do_opt_default()
1420 if (optd->opdes_props & OP_DEF_FN) { in do_opt_check_or_negotiate()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c702 { IP_TTL, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
714 { IPV6_UNICAST_HOPS, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP, OP_DEF_FN,