Home
last modified time | relevance | path

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

12

/src/contrib/tcpdump/ !
H A Dipproto.h101 #ifndef IPPROTO_DSTOPTS
102 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
H A Dprint-ip6.c69 case IPPROTO_DSTOPTS: in ip6_finddst()
192 case IPPROTO_DSTOPTS: in nextproto6_cksum()
366 case IPPROTO_DSTOPTS: in ip6_print()
H A Dipproto.c42 { IPPROTO_DSTOPTS, "DSTOPT" },
H A Dprint-icmp6.c1367 case IPPROTO_DSTOPTS: in get_upperlayer()
/src/sbin/ipf/libipf/ !
H A Dv6ionames.c22 { IPPROTO_DSTOPTS, 0x000080, 0, "dstopts" },
/src/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" :
/src/sys/compat/linuxkpi/common/include/net/ !
H A Dipv6.h42 #define NEXTHDR_DEST IPPROTO_DSTOPTS
/src/sys/netpfil/ipfw/pmod/ !
H A Dtcpmod.c137 proto == IPPROTO_DSTOPTS) { in tcpmod_ipv6_setmss()
/src/sys/netinet6/ !
H A Dip6_input.c297 IP6PROTO_REGISTER(IPPROTO_DSTOPTS, dest6_input, NULL); in ip6_init()
1422 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1442 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1657 case IPPROTO_DSTOPTS: in ip6_nexthdr()
H A Dip6_output.c582 ip6->ip6_nxt = IPPROTO_DSTOPTS; in ip6_output()
592 IPPROTO_DSTOPTS); in ip6_output()
H A Dicmp6.c964 case IPPROTO_DSTOPTS: in icmp6_notify_error()
/src/usr.bin/systat/ !
H A Dip6.c215 DO(ip6s_nxthist[IPPROTO_DSTOPTS], 10, 35); in showip6()
/src/sys/netinet/ !
H A Din.h195 #define IPPROTO_DSTOPTS 60 /* IP6 destination option */ macro
/src/sys/netpfil/ipfilter/netinet/ !
H A Dip_compat.h914 #ifndef IPPROTO_DSTOPTS
915 # define IPPROTO_DSTOPTS 60 macro
H A Dfil.c219 { IPPROTO_DSTOPTS, 0x000080 },
507 case IPPROTO_DSTOPTS : in ipf_pr_ipv6hdr()
858 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS); in ipf_pr_dstopts6()
/src/sys/netgraph/ !
H A Dng_checksum.c442 case IPPROTO_DSTOPTS: in checksum_ipv6()
/src/sys/netgraph/netflow/ !
H A Dng_netflow.c869 case IPPROTO_DSTOPTS: in ng_netflow_rcvdata()
/src/sys/netpfil/ipfw/nptv6/ !
H A Dnptv6.c124 proto == IPPROTO_DSTOPTS) { in nptv6_getlasthdr()
/src/sys/netipsec/ !
H A Dxform_ah.c461 case IPPROTO_DSTOPTS: in ah_massage_headers()
/src/sys/net/altq/ !
H A Daltq_subr.c1286 case IPPROTO_DSTOPTS: {
/src/sys/netpfil/ipfw/nat64/ !
H A Dnat64_translate.c1200 proto == IPPROTO_DSTOPTS) { in nat64_getlasthdr()
/src/sbin/ipf/ipmon/ !
H A Dipmon.c1161 case IPPROTO_DSTOPTS : in print_ipflog()
/src/sbin/ping/ !
H A Dping6.c2572 case IPPROTO_DSTOPTS: in pr_retip()
/src/sbin/ipf/common/ !
H A Dipf_y.y1624 | IPFY_IPV6OPT_DSTOPTS { $$ = getv6optbyvalue(IPPROTO_DSTOPTS); }
/src/contrib/libpcap/ !
H A Dgencode.c139 #ifndef IPPROTO_DSTOPTS
140 #define IPPROTO_DSTOPTS 60 macro
6322 s[i]->s.k = IPPROTO_DSTOPTS; in gen_protochain()

12