HomeSort by: relevance | last modified time | path
    Searched defs:icmp6_notify_error (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
icmp6.c 203 static int icmp6_notify_error(struct mbuf *, int, int, int);
921 if (icmp6_notify_error(m, off, icmp6len, code)) {
959 icmp6_notify_error(struct mbuf *m, int off, int icmp6len, int code) function in typeref:typename:int
icmp6.c 203 static int icmp6_notify_error(struct mbuf *, int, int, int);
921 if (icmp6_notify_error(m, off, icmp6len, code)) {
959 icmp6_notify_error(struct mbuf *m, int off, int icmp6len, int code) function in typeref:typename:int

Completed in 27 milliseconds