/freebsd/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 | 69 case IPPROTO_DSTOPTS: in ip6_finddst() 192 case IPPROTO_DSTOPTS: in nextproto6_cksum() 364 case IPPROTO_DSTOPTS: in ip6_print()
|
H A D | print-icmp6.c | 1353 case IPPROTO_DSTOPTS: in get_upperlayer()
|
/freebsd/sbin/ipf/libipf/ |
H A D | v6ionames.c | 22 { IPPROTO_DSTOPTS, 0x000080, 0, "dstopts" },
|
/freebsd/cddl/lib/libdtrace/ |
H A D | ip.d | 156 #pragma D binding "1.5" IPPROTO_DSTOPTS 157 inline short IPPROTO_DSTOPTS = 60; variable 191 proto == IPPROTO_DSTOPTS ? "DSTOPTS" :
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | ipv6.h | 42 #define NEXTHDR_DEST IPPROTO_DSTOPTS
|
/freebsd/sys/netpfil/ipfw/pmod/ |
H A D | tcpmod.c | 134 proto == IPPROTO_DSTOPTS) { in tcpmod_ipv6_setmss()
|
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 287 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 D | ip6_output.c | 595 ip6->ip6_nxt = IPPROTO_DSTOPTS; in ip6_output() 605 IPPROTO_DSTOPTS); in ip6_output()
|
H A D | icmp6.c | 961 case IPPROTO_DSTOPTS: in icmp6_notify_error()
|
/freebsd/usr.bin/systat/ |
H A D | ip6.c | 215 DO(ip6s_nxthist[IPPROTO_DSTOPTS], 10, 35); in showip6()
|
/freebsd/sys/netinet/ |
H A D | in.h | 195 #define IPPROTO_DSTOPTS 60 /* IP6 destination option */ macro
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 917 #ifndef IPPROTO_DSTOPTS 918 # define IPPROTO_DSTOPTS 60 macro
|
H A D | fil.c | 219 { IPPROTO_DSTOPTS, 0x000080 }, 499 case IPPROTO_DSTOPTS : in ipf_pr_ipv6hdr() 851 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS); in ipf_pr_dstopts6()
|
/freebsd/sys/netgraph/ |
H A D | ng_checksum.c | 442 case IPPROTO_DSTOPTS: in checksum_ipv6()
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.c | 869 case IPPROTO_DSTOPTS: in ng_netflow_rcvdata()
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 124 proto == IPPROTO_DSTOPTS) { in nptv6_getlasthdr()
|
/freebsd/sys/netipsec/ |
H A D | xform_ah.c | 461 case IPPROTO_DSTOPTS: in ah_massage_headers()
|
/freebsd/sys/net/altq/ |
H A D | altq_subr.c | 1286 case IPPROTO_DSTOPTS: {
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | 1200 proto == IPPROTO_DSTOPTS) { in nat64_getlasthdr()
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 1160 case IPPROTO_DSTOPTS : in print_ipflog()
|
/freebsd/sbin/ping/ |
H A D | ping6.c | 2572 case IPPROTO_DSTOPTS: in pr_retip()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf_y.y | 1624 | IPFY_IPV6OPT_DSTOPTS { $$ = getv6optbyvalue(IPPROTO_DSTOPTS); }
|
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 142 #ifndef IPPROTO_DSTOPTS 143 #define IPPROTO_DSTOPTS 60 macro 6217 s[i]->s.k = IPPROTO_DSTOPTS; in gen_protochain()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 1657 case IPPROTO_DSTOPTS: /* RFC 2460 */ in ipfw_chk()
|