Home
last modified time | relevance | path

Searched refs:icmp_error (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/netinet/
H A Dip_input.c733 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 Dip_icmp.h300 void icmp_error(struct mbuf *, int, int, n_long, int);
H A Dudp_usrreq.c426 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 Draw_ip.c223 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL, in rip_input()
H A Dip_icmp.c253 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 Dip_icmp.h174 void icmp_error __P((struct mbuf *, int, int, n_long, struct ifnet *));
/netbsd-src/sys/net/npf/
H A Dnpf_sendpkt.c225 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_ADMIN_PROHIBIT, 0, 0); in npf_return_icmp()
/netbsd-src/sys/dist/pf/net/
H A Dpf.c1905 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 DHISTORY541 use send_icmp_err rather than icmp_error to send back a frag-needed error