Home
last modified time | relevance | path

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

12

/freebsd/cddl/lib/libdtrace/
H A Dip.d156 #pragma D binding "1.5" IPPROTO_DSTOPTS
157 inline short IPPROTO_DSTOPTS = 60; variable
191 proto == IPPROTO_DSTOPTS ? "DSTOPTS" :
/freebsd/contrib/libpcap/
H A Dgencode.c144 #ifndef IPPROTO_DSTOPTS
145 #define IPPROTO_DSTOPTS 60 macro
6207 s[i]->s.k = IPPROTO_DSTOPTS; in gen_protochain()
/freebsd/contrib/tcpdump/
H A Dipproto.h101 #ifndef IPPROTO_DSTOPTS
102 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
H A Dprint-icmp6.c1355 case IPPROTO_DSTOPTS: in get_upperlayer()
H A Dprint-ip6.c71 case IPPROTO_DSTOPTS: in ip6_finddst()
194 case IPPROTO_DSTOPTS: in nextproto6_cksum()
368 case IPPROTO_DSTOPTS: in ip6_print()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1624 | IPFY_IPV6OPT_DSTOPTS { $$ = getv6optbyvalue(IPPROTO_DSTOPTS); }
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c1160 case IPPROTO_DSTOPTS : in print_ipflog()
/freebsd/sbin/ipf/libipf/
H A Dv6ionames.c22 { IPPROTO_DSTOPTS, 0x000080, 0, "dstopts" },
/freebsd/sbin/ping/
H A Dping6.c2572 case IPPROTO_DSTOPTS: in pr_retip()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h42 #define NEXTHDR_DEST IPPROTO_DSTOPTS
/freebsd/sys/net/altq/
H A Daltq_subr.c1286 case IPPROTO_DSTOPTS: {
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c869 case IPPROTO_DSTOPTS: in ng_netflow_rcvdata()
/freebsd/sys/netgraph/
H A Dng_checksum.c442 case IPPROTO_DSTOPTS: in checksum_ipv6()
/freebsd/sys/netinet/
H A Din.h195 #define IPPROTO_DSTOPTS 60 /* IP6 destination option */ macro
/freebsd/sys/netinet6/
H A Dicmp6.c961 case IPPROTO_DSTOPTS: in icmp6_notify_error()
H A Dip6_input.c287 IP6PROTO_REGISTER(IPPROTO_DSTOPTS, dest6_input, NULL); in ip6_init()
1441 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1461 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1676 case IPPROTO_DSTOPTS: in ip6_nexthdr()
H A Dip6_output.c616 ip6->ip6_nxt = IPPROTO_DSTOPTS; in ip6_output()
626 IPPROTO_DSTOPTS); in ip6_output()
/freebsd/sys/netipsec/
H A Dxform_ah.c461 case IPPROTO_DSTOPTS: in ah_massage_headers()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c219 { IPPROTO_DSTOPTS, 0x000080 },
499 case IPPROTO_DSTOPTS : in ipf_pr_ipv6hdr()
851 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS); in ipf_pr_dstopts6()
H A Dip_compat.h917 #ifndef IPPROTO_DSTOPTS
918 # define IPPROTO_DSTOPTS 60 macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1657 case IPPROTO_DSTOPTS: /* RFC 2460 */ in ipfw_chk()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1200 proto == IPPROTO_DSTOPTS) { in nat64_getlasthdr()
/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c124 proto == IPPROTO_DSTOPTS) { in nptv6_getlasthdr()
/freebsd/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c134 proto == IPPROTO_DSTOPTS) { in tcpmod_ipv6_setmss()
/freebsd/sys/netpfil/pf/
H A Dpf.c6650 case IPPROTO_DSTOPTS: { in pf_test_state_icmp()
8737 case IPPROTO_DSTOPTS: { in pf_test6()

12