Home
last modified time | relevance | path

Searched refs:icmp6_do_error (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/netinet/
Dicmp6.h593 struct mbuf *icmp6_do_error(struct mbuf *, int, int, int);
/openbsd/src/sys/netinet6/
Dicmp6.c231 icmp6_do_error(struct mbuf *m, int type, int code, int param) in icmp6_do_error() function
375 n = icmp6_do_error(m, type, code, param); in icmp6_error()