/illumos-gate/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ipv6.c | 150 ip6hp->ip6_nxt = IPPROTO_NONE; in mac_ipv6_header() 158 if (*nxt_proto != IPPROTO_NONE) { in mac_ipv6_header() 161 while (*nxt_proto != IPPROTO_NONE) { in mac_ipv6_header() 254 if (nexthdr == IPPROTO_NONE) in mac_ipv6_pdata_verify() 259 while (nexthdr != IPPROTO_NONE && whereptr < endptr) { in mac_ipv6_pdata_verify() 269 return (nexthdr == IPPROTO_NONE && whereptr == endptr); in mac_ipv6_pdata_verify()
|
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | v6ionames.c | 20 { IPPROTO_NONE, 0x000040, 0, "none" },
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | ip.sed.in | 65 SED_REPLACE(IPPROTO_NONE)
|
H A D | ip.d.in | 69 #pragma D binding "1.5" IPPROTO_NONE 70 inline int IPPROTO_NONE = @IPPROTO_NONE@; variable
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 554 *last_hdr_rtrn = IPPROTO_NONE; in IPv6_hdrlen() 598 case IPPROTO_NONE: in IPv6_hdrlen()
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 266 { IPPROTO_NONE, 0x000040 }, 428 p = IPPROTO_NONE; 460 case IPPROTO_NONE : 485 if ((go != 0) && (p != IPPROTO_NONE) && 487 p = IPPROTO_NONE; 524 return IPPROTO_NONE; 528 return IPPROTO_NONE; 534 return IPPROTO_NONE; 587 if (frpr_ipv6exthdr(fin, 0, IPPROTO_ROUTING) == IPPROTO_NONE) 588 return IPPROTO_NONE; [all …]
|
/illumos-gate/usr/src/common/inet/ |
H A D | inet_hash.c | 109 case IPPROTO_NONE: in inet_pkthash_ip_hdr_length_v6()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 928 *last_hdr_rtrn = IPPROTO_NONE; in IPv6_hdrlen() 972 case IPPROTO_NONE: in IPv6_hdrlen()
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in.h | 195 #define IPPROTO_NONE 59 /* IP6 no next header */ macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 493 case IPPROTO_NONE: in ip_hdr_length_nexthdr_v6()
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier.c | 567 case IPPROTO_NONE: in get_port_info()
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 172 #define IPPROTO_NONE 59 /* No next header for IPv6 */ macro
|
/illumos-gate/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 189 case IPPROTO_NONE: in flowacct_port_info()
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2205 #ifndef IPPROTO_NONE 2206 # define IPPROTO_NONE 59 macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 569 proto = IPPROTO_NONE; in print_ipv6_extensions()
|
/illumos-gate/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 107 { IPPROTO_NONE, 0 }, 905 ip6hp->ip6_nxt = IPPROTO_NONE; in iptun_headergen()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 1640 case IPPROTO_NONE: in mac_ip_hdr_length_v6()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 2720 case IPPROTO_NONE: in ip_find_hdr_v6() 3114 case IPPROTO_NONE: in ipsec_needs_processing_v6()
|
H A D | ip6_input.c | 2693 case IPPROTO_NONE: in ip_fanout_v6()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 2646 case IPPROTO_NONE: return ("IPPROTO_NONE"); in ipprotos()
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 1437 | IPFY_IPV6OPT_NONE { $$ = getv6optbyvalue(IPPROTO_NONE); }
|