Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcpdump/
H A Dipproto.h98 #ifndef IPPROTO_NONE
99 #define IPPROTO_NONE 59 /* IPv6 no next header */ macro
H A Dprint-ip-demux.c223 case IPPROTO_NONE: in ip_demux_print()
/freebsd-14.2/sbin/ipf/libipf/
H A Dv6ionames.c21 { IPPROTO_NONE, 0x000040, 0, "none" },
/freebsd-14.2/usr.sbin/traceroute6/
H A Dtraceroute6.c493 useproto = IPPROTO_NONE; in main()
584 case IPPROTO_NONE: in main()
686 case IPPROTO_NONE: in main()
1153 case IPPROTO_NONE: in send_probe()
1474 case IPPROTO_NONE: in packet_ok()
1531 while (lim - cp >= (nh == IPPROTO_NONE ? 0 : 8)) { in get_uphdr()
1541 case IPPROTO_NONE: in get_uphdr()
/freebsd-14.2/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h41 #define NEXTHDR_NONE IPPROTO_NONE
/freebsd-14.2/usr.bin/systat/
H A Dip6.c234 DO(ip6s_nxthist[IPPROTO_NONE], 19, 35); in showip6()
/freebsd-14.2/sys/netinet6/
H A Draw_ip6.c238 proto = IPPROTO_NONE; in rip6_input()
312 if (proto == IPPROTO_NONE) in rip6_input()
H A Dip6_input.c1689 case IPPROTO_NONE: in ip6_nexthdr()
/freebsd-14.2/usr.sbin/rtsold/
H A Dcap_sendmsg.c135 if (getsocket(&probesock, IPPROTO_NONE) != 0) in probe_defrouters()
/freebsd-14.2/sys/netinet/
H A Din.h196 #define IPPROTO_NONE 59 /* IP6 no next header */ macro
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dfil.c529 case IPPROTO_NONE : in ipf_pr_ipv6hdr()
562 p = IPPROTO_NONE; in ipf_pr_ipv6hdr()
695 return (IPPROTO_NONE); in ipf_pr_hopopts6()
715 return (IPPROTO_NONE); in ipf_pr_mobility6()
735 return (IPPROTO_NONE); in ipf_pr_routing6()
750 return (IPPROTO_NONE); in ipf_pr_routing6()
802 return (IPPROTO_NONE); in ipf_pr_fragment6()
858 return (IPPROTO_NONE); in ipf_pr_dstopts6()
1044 return (IPPROTO_NONE); in ipf_pr_ah6()
1583 return (IPPROTO_NONE); in ipf_pr_ah()
[all …]
H A Dip_compat.h922 #ifndef IPPROTO_NONE
923 # define IPPROTO_NONE 59 macro
/freebsd-14.2/sys/netgraph/netflow/
H A Dng_netflow.c897 case IPPROTO_NONE: in ng_netflow_rcvdata()
/freebsd-14.2/sys/netipsec/
H A Dxform_esp.c650 if (lastthree[2] == IPPROTO_NONE) in esp_input_cb()
/freebsd-14.2/sbin/ipf/common/
H A Dipf_y.y1628 | IPFY_IPV6OPT_NONE { $$ = getv6optbyvalue(IPPROTO_NONE); }
/freebsd-14.2/contrib/libpcap/
H A Dgencode.c6190 #ifndef IPPROTO_NONE in gen_protochain()
6191 #define IPPROTO_NONE 59 in gen_protochain() macro
6197 s[i]->s.k = IPPROTO_NONE; in gen_protochain()
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw2.c1680 case IPPROTO_NONE: /* RFC 2460 */ in ipfw_chk()