Searched refs:IPPROTO_NONE (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dv6ionames.c22 { IPPROTO_NONE, 0x000040, 0, "none" },
/freebsd-13-stable/contrib/tcpdump/
H A Dipproto.h98 #ifndef IPPROTO_NONE
99 #define IPPROTO_NONE 59 /* IPv6 no next header */ macro
H A Dprint-ip6.c321 * should be IPPROTO_NONE, but speaks of
410 case IPPROTO_NONE:
/freebsd-13-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c490 useproto = IPPROTO_NONE;
581 case IPPROTO_NONE:
674 case IPPROTO_NONE:
1124 case IPPROTO_NONE:
1444 case IPPROTO_NONE:
1493 static u_char none_hdr[1]; /* Fake pointer for IPPROTO_NONE. */
1501 while (lim - cp >= (nh == IPPROTO_NONE ? 0 : 8)) {
1511 case IPPROTO_NONE:
/freebsd-13-stable/usr.sbin/rtsold/
H A Dcap_sendmsg.c137 if (getsocket(&probesock, IPPROTO_NONE) != 0)
/freebsd-13-stable/usr.bin/systat/
H A Dip6.c237 DO(ip6s_nxthist[IPPROTO_NONE], 19, 35);
/freebsd-13-stable/sys/netinet/
H A Din.h197 #define IPPROTO_NONE 59 /* IP6 no next header */ macro
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h930 #ifndef IPPROTO_NONE
931 # define IPPROTO_NONE 59 macro
H A Dfil.c224 { IPPROTO_NONE, 0x000040 },
534 case IPPROTO_NONE :
565 if ((go != 0) && (p != IPPROTO_NONE) &&
567 p = IPPROTO_NONE;
689 /* Returns: int - value of the next header or IPPROTO_NONE if error */
703 return IPPROTO_NONE;
710 /* Returns: int - value of the next header or IPPROTO_NONE if error */
724 return IPPROTO_NONE;
731 /* Returns: int - value of the next header or IPPROTO_NONE if error */
745 return IPPROTO_NONE;
[all...]
/freebsd-13-stable/sys/netinet6/
H A Draw_ip6.c250 * ICMP6 message. Set proto to IPPROTO_NONE
253 proto = IPPROTO_NONE;
339 if (proto == IPPROTO_NONE)
H A Dip6_input.c1684 case IPPROTO_NONE:
/freebsd-13-stable/sys/netgraph/netflow/
H A Dng_netflow.c886 case IPPROTO_NONE:
/freebsd-13-stable/sys/netipsec/
H A Dxform_esp.c627 * Silently drop packet if next header field is IPPROTO_NONE.
629 if (lastthree[2] == IPPROTO_NONE)
/freebsd-13-stable/contrib/libpcap/
H A Dgencode.c6143 #ifndef IPPROTO_NONE
6144 #define IPPROTO_NONE 59
6146 /* if (A == IPPROTO_NONE) goto end */
6150 s[i]->s.k = IPPROTO_NONE;
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipf_y.y1629 | IPFY_IPV6OPT_NONE { $$ = getv6optbyvalue(IPPROTO_NONE); }
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1644 case IPPROTO_NONE: /* RFC 2460 */

Completed in 290 milliseconds