Home
last modified time | relevance | path

Searched refs:IPPROTO_NONE (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dipproto.h98 #ifndef IPPROTO_NONE
99 #define IPPROTO_NONE 59 /* IPv6 no next header */ macro
H A Dprint-mobility.c199 if (pproto != IPPROTO_NONE) in mobility_print()
201 IPPROTO_NONE); in mobility_print()
H A Dprint-ip-demux.c223 case IPPROTO_NONE: in ip_demux_print()
/freebsd/sbin/ipf/libipf/
H A Dv6ionames.c21 { IPPROTO_NONE, 0x000040, 0, "none" },
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c479 useproto = IPPROTO_NONE; in main()
570 case IPPROTO_NONE: in main()
672 case IPPROTO_NONE: in main()
1145 case IPPROTO_NONE: in send_probe()
1466 case IPPROTO_NONE: in packet_ok()
1523 while (lim - cp >= (nh == IPPROTO_NONE ? 0 : 8)) { in get_uphdr()
1533 case IPPROTO_NONE: in get_uphdr()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h41 #define NEXTHDR_NONE IPPROTO_NONE
/freebsd/usr.bin/systat/
H A Dip6.c231 DO(ip6s_nxthist[IPPROTO_NONE], 19, 35); in showip6()
/freebsd/sys/netinet6/
H A Draw_ip6.c244 proto = IPPROTO_NONE; in rip6_input()
318 if (proto == IPPROTO_NONE) in rip6_input()
H A Dip6_input.c1650 case IPPROTO_NONE: in ip6_nexthdr()
/freebsd/usr.sbin/rtsold/
H A Dcap_sendmsg.c135 if (getsocket(&probesock, IPPROTO_NONE) != 0) in probe_defrouters()
/freebsd/sys/netinet/
H A Din.h194 #define IPPROTO_NONE 59 /* IP6 no next header */ macro
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c218 { IPPROTO_NONE, 0x000040 },
533 case IPPROTO_NONE : in ipf_pr_ipv6hdr()
563 if ((go != 0) && (p != IPPROTO_NONE) && in ipf_pr_ipv6hdr()
565 p = IPPROTO_NONE; in ipf_pr_ipv6hdr()
698 return (IPPROTO_NONE); in ipf_pr_hopopts6()
718 return (IPPROTO_NONE); in ipf_pr_mobility6()
738 return (IPPROTO_NONE); in ipf_pr_routing6()
753 return (IPPROTO_NONE); in ipf_pr_routing6()
805 return (IPPROTO_NONE); in ipf_pr_fragment6()
861 return (IPPROTO_NONE); in ipf_pr_dstopts6()
[all …]
H A Dip_compat.h911 #ifndef IPPROTO_NONE
912 # define IPPROTO_NONE 59 macro
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c896 case IPPROTO_NONE: in ng_netflow_rcvdata()
/freebsd/sys/netipsec/
H A Dxform_esp.c652 if (lastthree[2] == IPPROTO_NONE) in esp_input_cb()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1628 | IPFY_IPV6OPT_NONE { $$ = getv6optbyvalue(IPPROTO_NONE); }
/freebsd/contrib/libpcap/
H A Dgencode.c6295 #ifndef IPPROTO_NONE in gen_protochain()
6296 #define IPPROTO_NONE 59 in gen_protochain() macro
6302 s[i]->s.k = IPPROTO_NONE; in gen_protochain()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1734 case IPPROTO_NONE: /* RFC 2460 */ in ipfw_chk()