Searched refs:IPPROTO_NONE (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dv6ionames.c20 { IPPROTO_NONE, 0x000040, 0, "none" },
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv6.c120 * must either be IPPROTO_NONE if no extension headers are present, or
150 ip6hp->ip6_nxt = IPPROTO_NONE;
158 if (*nxt_proto != IPPROTO_NONE) {
161 while (*nxt_proto != IPPROTO_NONE) {
223 * a header with a next header value of IPPROTO_NONE. The payload length
251 * next header value of IPPROTO_NONE.
254 if (nexthdr == IPPROTO_NONE)
259 while (nexthdr != IPPROTO_NONE && whereptr < endptr) {
269 return (nexthdr == IPPROTO_NONE && whereptr == endptr);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.sed.in65 SED_REPLACE(IPPROTO_NONE)
H A Dip.d.in69 #pragma D binding "1.5" IPPROTO_NONE
70 inline int IPPROTO_NONE = @IPPROTO_NONE@;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c556 *last_hdr_rtrn = IPPROTO_NONE;
600 case IPPROTO_NONE:
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h195 #define IPPROTO_NONE 59 /* IP6 no next header */ macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c265 { IPPROTO_NONE, 0x000040 },
427 p = IPPROTO_NONE;
459 case IPPROTO_NONE :
484 if ((go != 0) && (p != IPPROTO_NONE) &&
486 p = IPPROTO_NONE;
496 /* Returns: int - value of the next header or IPPROTO_NONE if error */
523 return IPPROTO_NONE;
527 return IPPROTO_NONE;
533 return IPPROTO_NONE;
558 /* Returns: int - value of the next header or IPPROTO_NONE i
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c961 *last_hdr_rtrn = IPPROTO_NONE;
1005 case IPPROTO_NONE:
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c567 case IPPROTO_NONE:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c423 * proto variable will be set to IPPROTO_NONE if this is a fragment
568 proto = IPPROTO_NONE;
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h169 #define IPPROTO_NONE 59 /* No next header for IPv6 */ macro
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c189 case IPPROTO_NONE:
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c533 case IPPROTO_NONE:
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2198 #ifndef IPPROTO_NONE
2199 # define IPPROTO_NONE 59 macro
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c107 { IPPROTO_NONE, 0 },
905 ip6hp->ip6_nxt = IPPROTO_NONE;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2730 case IPPROTO_NONE:
2800 case IPPROTO_NONE:
3215 case IPPROTO_NONE:
H A Dip6_input.c2697 case IPPROTO_NONE:
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1437 | IPFY_IPV6OPT_NONE { $$ = getv6optbyvalue(IPPROTO_NONE); }
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2372 case IPPROTO_NONE: return ("IPPROTO_NONE");

Completed in 157 milliseconds