Home
last modified time | relevance | path

Searched refs:icmp_do_error (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/netinet/
H A Dip_icmp.h234 icmp_do_error(struct mbuf *, int, int, u_int32_t, int);
H A Dip_icmp.c152 icmp_do_error(struct mbuf *n, int type, int code, u_int32_t dest, int destmtu) in icmp_do_error() function
298 m = icmp_do_error(n, type, code, dest, destmtu); in icmp_error()
/openbsd/sys/netmpls/
H A Dmpls_input.c376 m = icmp_do_error(m, type, code, 0, destmtu); in mpls_do_error()
/openbsd/sys/net/
H A Dif_bridge.c1964 m = icmp_do_error(n, type, code, 0, mtu); in bridge_send_icmp_err()