| /freebsd-12.1/contrib/tcpdump/ |
| H A D | ipproto.h | 101 #ifndef IPPROTO_DSTOPTS 102 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
|
| H A D | print-ip6.c | 70 case IPPROTO_DSTOPTS: in ip6_finddst() 182 case IPPROTO_DSTOPTS: in nextproto6_cksum() 302 case IPPROTO_DSTOPTS: in ip6_print()
|
| H A D | print-icmp6.c | 1200 case IPPROTO_DSTOPTS: in get_upperlayer()
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | v6ionames.c | 23 { IPPROTO_DSTOPTS, 0x000080, 0, "dstopts" },
|
| /freebsd-12.1/cddl/lib/libdtrace/ |
| H A D | ip.d | 158 #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 D | tcpmod.c | 137 proto == IPPROTO_DSTOPTS) { in tcpmod_ipv6_setmss()
|
| /freebsd-12.1/sys/netinet6/ |
| H A D | ip6_input.c | 1502 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 D | in6_proto.c | 255 .pr_protocol = IPPROTO_DSTOPTS,
|
| H A D | ip6_output.c | 488 ip6->ip6_nxt = IPPROTO_DSTOPTS; in ip6_output() 498 IPPROTO_DSTOPTS); in ip6_output()
|
| H A D | icmp6.c | 919 case IPPROTO_DSTOPTS: in icmp6_notify_error()
|
| /freebsd-12.1/usr.bin/systat/ |
| H A D | ip6.c | 219 DO(ip6s_nxthist[IPPROTO_DSTOPTS], 10, 35); in showip6()
|
| /freebsd-12.1/sys/netinet/ |
| H A D | in.h | 198 #define IPPROTO_DSTOPTS 60 /* IP6 destination option */ macro
|
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 958 #ifndef IPPROTO_DSTOPTS 959 # define IPPROTO_DSTOPTS 60 macro
|
| H A D | fil.c | 229 { IPPROTO_DSTOPTS, 0x000080 }, 512 case IPPROTO_DSTOPTS : 871 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS);
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_checksum.c | 445 case IPPROTO_DSTOPTS: in checksum_ipv6()
|
| /freebsd-12.1/sys/netgraph/netflow/ |
| H A D | ng_netflow.c | 853 case IPPROTO_DSTOPTS: in ng_netflow_rcvdata()
|
| /freebsd-12.1/sys/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 126 proto == IPPROTO_DSTOPTS) { in nptv6_getlasthdr()
|
| /freebsd-12.1/sys/netipsec/ |
| H A D | xform_ah.c | 485 case IPPROTO_DSTOPTS: in ah_massage_headers()
|
| /freebsd-12.1/sys/net/altq/ |
| H A D | altq_subr.c | 1319 case IPPROTO_DSTOPTS: {
|
| /freebsd-12.1/sys/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 1146 proto == IPPROTO_DSTOPTS) { in nat64_getlasthdr()
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ipmon.c | 1189 case IPPROTO_DSTOPTS :
|
| H A D | ipf_y.y | 1625 | IPFY_IPV6OPT_DSTOPTS { $$ = getv6optbyvalue(IPPROTO_DSTOPTS); }
|
| /freebsd-12.1/sys/netpfil/pf/ |
| H A D | pf_norm.c | 1031 case IPPROTO_DSTOPTS: in pf_normalize_ip6()
|
| /freebsd-12.1/sbin/ping6/ |
| H A D | ping6.c | 2629 case IPPROTO_DSTOPTS: in pr_retip()
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | gencode.c | 153 #ifndef IPPROTO_DSTOPTS 154 #define IPPROTO_DSTOPTS 60 macro 5898 s[i]->s.k = IPPROTO_DSTOPTS; in gen_protochain()
|