Home
last modified time | relevance | path

Searched refs:IPPROTO_ICMP (Results 1 – 12 of 12) sorted by relevance

/original-bsd/sys/deprecated/bbnnet/
H A Dic_output.c155 ip->ip_p = IPPROTO_ICMP;
218 ip->ip_p = IPPROTO_ICMP;
258 ip->ip_p = IPPROTO_ICMP;
H A Din.h10 #define IPPROTO_ICMP 1 /* control message protocol */ macro
H A Din_proto.c135 { SOCK_RAW, &inetdomain, IPPROTO_ICMP, PR_ATOMIC|PR_ADDR,
H A Draw_input.c329 ip->ip_p = IPPROTO_ICMP;
H A Dip_input.c363 else if (ip->ip_p == IPPROTO_ICMP)
/original-bsd/sys/netinet/
H A Din.h19 #define IPPROTO_ICMP 1 /* control message protocol */ macro
H A Din_proto.c76 { SOCK_RAW, &inetdomain, IPPROTO_ICMP, PR_ATOMIC|PR_ADDR,
H A Dip_icmp.c72 if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT &&
131 nip->ip_p = IPPROTO_ICMP;
/original-bsd/usr.sbin/timed/timed/
H A Dmeasure.c67 sock_raw = socket(AF_INET, SOCK_RAW, IPPROTO_ICMP);
/original-bsd/usr.sbin/timed/timedc/
H A Dcmds.c493 sock_raw = socket(AF_INET, SOCK_RAW, IPPROTO_ICMP); in priv_resources()
/original-bsd/sys/net/
H A Dif_sl.c338 if (sc->sc_if.if_flags & SC_NOICMP && ip->ip_p == IPPROTO_ICMP) {
/original-bsd/usr.bin/fstat/
H A Dfstat.c670 case IPPROTO_ICMP: