Searched refs:icmp_error (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | ip_input.c | 733 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_input() 1159 icmp_error(m, type, code, 0, 0); in ip_dooptions() 1360 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, dest, 0); in ip_forward() 1371 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NET, dest, 0); in ip_forward() 1492 icmp_error(mcopy, type, code, dest, destmtu); in ip_forward()
|
H A D | ip_icmp.h | 300 void icmp_error(struct mbuf *, int, int, n_long, int);
|
H A D | udp_usrreq.c | 426 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input() 456 icmp_error(n, ICMP_UNREACH, ICMP_UNREACH_ADMIN_PROHIBIT, in udp4_sendup()
|
H A D | raw_ip.c | 223 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL, in rip_input()
|
H A D | ip_icmp.c | 253 icmp_error(struct mbuf *n, int type, int code, n_long dest, int destmtu) in icmp_error() function
|
/netbsd-src/external/mpl/dhcp/dist/includes/netinet/ |
H A D | ip_icmp.h | 174 void icmp_error __P((struct mbuf *, int, int, n_long, struct ifnet *));
|
/netbsd-src/sys/net/npf/ |
H A D | npf_sendpkt.c | 225 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_ADMIN_PROHIBIT, 0, 0); in npf_return_icmp()
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pf.c | 1905 icmp_error(m0, type, code, 0, 0); 5404 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0,
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | HISTORY | 541 use send_icmp_err rather than icmp_error to send back a frag-needed error
|