Searched refs:icmp_do_error (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/netinet/ |
H A D | ip_icmp.h | 234 icmp_do_error(struct mbuf *, int, int, u_int32_t, int);
|
H A D | ip_icmp.c | 157 icmp_do_error(struct mbuf *n, int type, int code, u_int32_t dest, int destmtu) in icmp_do_error() function 303 m = icmp_do_error(n, type, code, dest, destmtu); in icmp_error()
|
/openbsd/sys/netmpls/ |
H A D | mpls_input.c | 376 m = icmp_do_error(m, type, code, 0, destmtu); in mpls_do_error()
|
/openbsd/sys/net/ |
H A D | if_bridge.c | 1964 m = icmp_do_error(n, type, code, 0, mtu); in bridge_send_icmp_err()
|