Home
last modified time | relevance | path

Searched refs:IPPROTO_HOPOPTS (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dv6ionames.c14 { IPPROTO_HOPOPTS, 0x000001, 0, "hopopts" },
/illumos-gate/usr/src/common/inet/
H A Dinet_hash.c84 case IPPROTO_HOPOPTS: in inet_pkthash_ip_hdr_length_v6()
122 case IPPROTO_HOPOPTS: in inet_pkthash_ip_hdr_length_v6()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c222 if (ip6h->ip6_nxt != IPPROTO_HOPOPTS) in tsol_get_option_v6()
1177 if (ip6h->ip6_nxt != IPPROTO_HOPOPTS) in tsol_remove_secopt_v6()
1281 if (ip6h->ip6_nxt == IPPROTO_HOPOPTS) { in tsol_prepend_option_v6()
1321 ip6h->ip6_nxt = IPPROTO_HOPOPTS; in tsol_prepend_option_v6()
1421 if (ip6h->ip6_nxt == IPPROTO_HOPOPTS) { in tsol_check_label_v6()
H A Dip6.c2623 case IPPROTO_HOPOPTS: { in ip_find_hdr_v6()
2802 if (hdr_type != IPPROTO_HOPOPTS) in ip_process_options_v6()
2809 if (hdr_type != IPPROTO_HOPOPTS) in ip_process_options_v6()
3076 case IPPROTO_HOPOPTS: in ipsec_needs_processing_v6()
3929 while (nexthdr == IPPROTO_HOPOPTS || in ip_source_routed_v6()
4049 if (nexthdr == IPPROTO_HOPOPTS) { in ip_fragment_v6()
4239 if (nexthdr == IPPROTO_HOPOPTS) { in ip_fraghdr_add_v6()
4518 *nxthdr_ptr = IPPROTO_HOPOPTS; in ip_build_hdrs_v6()
4543 *nxthdr_ptr = IPPROTO_HOPOPTS; in ip_build_hdrs_v6()
4630 case IPPROTO_HOPOPTS: in ip_find_rthdr_v6()
[all …]
H A Dipsecah.c2165 ASSERT(hdr_type == IPPROTO_DSTOPTS || hdr_type == IPPROTO_HOPOPTS); in ah_fix_tlv_options_v6()
2287 case IPPROTO_HOPOPTS: in ah_fix_phdr_v6()
2292 IPPROTO_HOPOPTS, copy_always); in ah_fix_phdr_v6()
2356 dsthdr->ip6d_nxt != IPPROTO_HOPOPTS) in ah_fix_phdr_v6()
3639 case IPPROTO_HOPOPTS: in ah_auth_in_done()
H A Dip6_input.c644 if ((ira->ira_protocol = ip6h->ip6_nxt) == IPPROTO_HOPOPTS) { in ill_input_short_v6()
695 ehdrlen - 2, IPPROTO_HOPOPTS, ira)) { in ill_input_short_v6()
2573 case IPPROTO_HOPOPTS: in ip_fanout_v6()
H A Digmp.c2497 ip6h->ip6_nxt = IPPROTO_HOPOPTS; in mld_sendpkt()
2640 ip6h->ip6_nxt = IPPROTO_HOPOPTS; in mldv2_sendrpt()
H A Dspd.c2720 case IPPROTO_HOPOPTS: in ipsec_init_inbound_sel()
2837 case IPPROTO_HOPOPTS: in ipsec_init_outbound_ports()
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c470 case IPPROTO_HOPOPTS: in ip_hdr_length_nexthdr_v6()
511 case IPPROTO_HOPOPTS: in ip_hdr_length_nexthdr_v6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c193 if (proto == IPPROTO_HOPOPTS || proto == IPPROTO_DSTOPTS || in interpret_ah()
H A Dsnoop_ip.c411 if (proto == IPPROTO_HOPOPTS || proto == IPPROTO_DSTOPTS || in interpret_ipv6()
523 case IPPROTO_HOPOPTS: in print_ipv6_extensions()
711 case IPPROTO_HOPOPTS: return ("IPv6-HopOpts"); in getproto()
H A Dsnoop_filter.c286 case IPPROTO_HOPOPTS: in ip_proto_of()
336 case IPPROTO_HOPOPTS: in ip_hdr_len()
H A Dsnoop_ether.c1775 case IPPROTO_HOPOPTS: in ipv6_header_len()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.sed.in48 SED_REPLACE(IPPROTO_HOPOPTS)
H A Dip.d.in35 #pragma D binding "1.5" IPPROTO_HOPOPTS
36 inline int IPPROTO_HOPOPTS = @IPPROTO_HOPOPTS@; variable
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h140 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c562 case IPPROTO_HOPOPTS: in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c519 case IPPROTO_HOPOPTS: in get_port_info()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1615 case IPPROTO_HOPOPTS: in mac_ip_hdr_length_v6()
1653 case IPPROTO_HOPOPTS: in mac_ip_hdr_length_v6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c969 case IPPROTO_HOPOPTS: in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h154 #define IPPROTO_HOPOPTS 0 /* Hop by hop header for IPv6 */ macro
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c141 case IPPROTO_HOPOPTS: in flowacct_port_info()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2176 #ifndef IPPROTO_HOPOPTS
2177 # define IPPROTO_HOPOPTS 0 macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c260 { IPPROTO_HOPOPTS, 0x000001 },
421 case IPPROTO_HOPOPTS :
568 return frpr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1435 | IPFY_IPV6OPT_HOPOPTS { $$ = getv6optbyvalue(IPPROTO_HOPOPTS); }