Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/tcpdump/
H A Dipproto.h101 #ifndef IPPROTO_DSTOPTS
102 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
H A Dprint-ip6.c70 case IPPROTO_DSTOPTS: in ip6_finddst()
182 case IPPROTO_DSTOPTS: in nextproto6_cksum()
302 case IPPROTO_DSTOPTS: in ip6_print()
H A Dprint-icmp6.c1200 case IPPROTO_DSTOPTS: in get_upperlayer()
/freebsd-12.1/contrib/ipfilter/lib/
H A Dv6ionames.c23 { IPPROTO_DSTOPTS, 0x000080, 0, "dstopts" },
/freebsd-12.1/cddl/lib/libdtrace/
H A Dip.d158 #pragma D binding "1.5" IPPROTO_DSTOPTS
159 inline short IPPROTO_DSTOPTS = 60; variable
193 proto == IPPROTO_DSTOPTS ? "DSTOPTS" :
/freebsd-12.1/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c137 proto == IPPROTO_DSTOPTS) { in tcpmod_ipv6_setmss()
/freebsd-12.1/sys/netinet6/
H A Dip6_input.c1502 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1540 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1686 case IPPROTO_DSTOPTS: in ip6_pullexthdr()
1806 case IPPROTO_DSTOPTS: in ip6_nexthdr()
H A Din6_proto.c255 .pr_protocol = IPPROTO_DSTOPTS,
H A Dip6_output.c488 ip6->ip6_nxt = IPPROTO_DSTOPTS; in ip6_output()
498 IPPROTO_DSTOPTS); in ip6_output()
H A Dicmp6.c919 case IPPROTO_DSTOPTS: in icmp6_notify_error()
/freebsd-12.1/usr.bin/systat/
H A Dip6.c219 DO(ip6s_nxthist[IPPROTO_DSTOPTS], 10, 35); in showip6()
/freebsd-12.1/sys/netinet/
H A Din.h198 #define IPPROTO_DSTOPTS 60 /* IP6 destination option */ macro
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_compat.h958 #ifndef IPPROTO_DSTOPTS
959 # define IPPROTO_DSTOPTS 60 macro
H A Dfil.c229 { IPPROTO_DSTOPTS, 0x000080 },
512 case IPPROTO_DSTOPTS :
871 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS);
/freebsd-12.1/sys/netgraph/
H A Dng_checksum.c445 case IPPROTO_DSTOPTS: in checksum_ipv6()
/freebsd-12.1/sys/netgraph/netflow/
H A Dng_netflow.c853 case IPPROTO_DSTOPTS: in ng_netflow_rcvdata()
/freebsd-12.1/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c126 proto == IPPROTO_DSTOPTS) { in nptv6_getlasthdr()
/freebsd-12.1/sys/netipsec/
H A Dxform_ah.c485 case IPPROTO_DSTOPTS: in ah_massage_headers()
/freebsd-12.1/sys/net/altq/
H A Daltq_subr.c1319 case IPPROTO_DSTOPTS: {
/freebsd-12.1/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1146 proto == IPPROTO_DSTOPTS) { in nat64_getlasthdr()
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipmon.c1189 case IPPROTO_DSTOPTS :
H A Dipf_y.y1625 | IPFY_IPV6OPT_DSTOPTS { $$ = getv6optbyvalue(IPPROTO_DSTOPTS); }
/freebsd-12.1/sys/netpfil/pf/
H A Dpf_norm.c1031 case IPPROTO_DSTOPTS: in pf_normalize_ip6()
/freebsd-12.1/sbin/ping6/
H A Dping6.c2629 case IPPROTO_DSTOPTS: in pr_retip()
/freebsd-12.1/contrib/libpcap/
H A Dgencode.c153 #ifndef IPPROTO_DSTOPTS
154 #define IPPROTO_DSTOPTS 60 macro
5898 s[i]->s.k = IPPROTO_DSTOPTS; in gen_protochain()

12