/src/sys/netinet/ |
ip_icmp.h | 300 void icmp_error(struct mbuf *, int, int, n_long, int);
|
ip_input.c | 734 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); 1168 icmp_error(m, type, code, 0, 0); 1371 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, dest, 0); 1382 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NET, dest, 0); 1393 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); 1516 icmp_error(mcopy, type, code, dest, destmtu);
|
udp_usrreq.c | 426 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); 456 icmp_error(n, ICMP_UNREACH, ICMP_UNREACH_ADMIN_PROHIBIT,
|
raw_ip.c | 223 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL,
|
ip_icmp.c | 253 icmp_error(struct mbuf *n, int type, int code, n_long dest, int destmtu) function in typeref:typename:void 337 panic("icmp_error");
|
/src/sys/net/npf/ |
npf_sendpkt.c | 225 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_ADMIN_PROHIBIT, 0, 0);
|
/src/sys/dist/pf/net/ |
pf.c | 1905 icmp_error(m0, type, code, 0, 0); 5404 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0,
|