Home
last modified time | relevance | path

Searched refs:IPPROTO_FRAGMENT (Results 1 – 22 of 22) sorted by relevance

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dv6ionames.c17 { IPPROTO_FRAGMENT, 0x000008, 0, "frag" },
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c194 proto == IPPROTO_ROUTING || proto == IPPROTO_FRAGMENT) { in interpret_ah()
H A Dsnoop_ip.c412 proto == IPPROTO_ROUTING || proto == IPPROTO_FRAGMENT) { in interpret_ipv6()
553 case IPPROTO_FRAGMENT: in print_ipv6_extensions()
714 case IPPROTO_FRAGMENT: return ("IPv6-Frag"); in getproto()
H A Dsnoop_filter.c288 case IPPROTO_FRAGMENT: in ip_proto_of()
338 case IPPROTO_FRAGMENT: in ip_hdr_len()
/titanic_44/usr/src/lib/libdtrace/common/
H A Dip.sed.in60 SED_REPLACE(IPPROTO_FRAGMENT)
H A Dip.d.in59 #pragma D binding "1.5" IPPROTO_FRAGMENT
60 inline int IPPROTO_FRAGMENT = @IPPROTO_FRAGMENT@; variable
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6.c2718 case IPPROTO_FRAGMENT: in ip_find_hdr_v6()
2793 case IPPROTO_FRAGMENT: in ip_hdr_length_nexthdr_v6()
2816 case IPPROTO_FRAGMENT: in ip_hdr_length_nexthdr_v6()
3209 case IPPROTO_FRAGMENT: in ipsec_needs_processing_v6()
3418 if (prev_nexthdr != IPPROTO_FRAGMENT) { in ip_input_fragment_v6()
3992 if (nexthdr == IPPROTO_FRAGMENT && is_fragment != NULL) in ip_get_dst_v6()
4179 if (nexthdr != IPPROTO_FRAGMENT) { in ip_fragment_v6()
4400 hmp->b_rptr[prev_nexthdr_offset] = IPPROTO_FRAGMENT; in ip_fraghdr_add_v6()
4742 case IPPROTO_FRAGMENT: in ip_find_rthdr_v6()
4958 ASSERT(nexthdr != IPPROTO_FRAGMENT); in ipsec_ah_get_hdr_size_v6()
H A Dip6_input.c2026 protocol != IPPROTO_FRAGMENT)) { in ip_fanout_v6()
2055 case IPPROTO_FRAGMENT: in ip_fanout_v6()
2496 case IPPROTO_FRAGMENT: { in ip_fanout_v6()
H A Dipsecah.c2437 ASSERT(nexthdr != IPPROTO_FRAGMENT); in ah_fix_phdr_v6()
3792 ASSERT(*nexthdr != IPPROTO_FRAGMENT); in ah_auth_in_done()
H A Dspd.c2722 case IPPROTO_FRAGMENT: in ipsec_init_inbound_sel()
2839 case IPPROTO_FRAGMENT: in ipsec_init_outbound_ports()
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_util.c524 case IPPROTO_FRAGMENT: in mac_ip_hdr_length_v6()
549 case IPPROTO_FRAGMENT: in mac_ip_hdr_length_v6()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c591 case IPPROTO_FRAGMENT: in IPv6_hdrlen()
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2188 #ifndef IPPROTO_FRAGMENT
2189 # define IPPROTO_FRAGMENT 44 macro
2209 #ifndef IPPROTO_FRAGMENT
2210 # define IPPROTO_FRAGMENT 44 macro
/titanic_44/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c540 case IPPROTO_FRAGMENT: in get_port_info()
/titanic_44/usr/src/uts/common/netinet/
H A Din.h164 #define IPPROTO_FRAGMENT 44 /* Fragment header for IPv6 */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c994 case IPPROTO_FRAGMENT: in IPv6_hdrlen()
/titanic_44/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c162 case IPPROTO_FRAGMENT: in flowacct_port_info()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c1520 if (get_ip6nh(pkt) == IPPROTO_FRAGMENT) {
H A Dsys-solaris.c1622 if (proto == IPPROTO_FRAGMENT) { in dump_packet()
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c263 { IPPROTO_FRAGMENT, 0x000008 },
464 case IPPROTO_FRAGMENT :
633 if (frpr_ipv6exthdr(fin, 0, IPPROTO_FRAGMENT) == IPPROTO_NONE)
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c2357 case IPPROTO_FRAGMENT: return ("IPPROTO_FRAGMENT"); in ipprotos()
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipf_y.y1439 | IPFY_FRAG { $$ = getv6optbyvalue(IPPROTO_FRAGMENT); }