Home
last modified time | relevance | path

Searched refs:icmp_input (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/netinet/
H A Dip_icmp.h236 int icmp_input(struct mbuf **, int *, int, int);
H A Din_proto.c223 .pr_input = icmp_input,
H A Dip_icmp.c313 icmp_input(struct mbuf **mp, int *offp, int proto, int af) in icmp_input() function