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

  /src/sys/netinet6/
icmp6.c 189 static void icmp6_errcount(u_int, int, int);
232 icmp6_errcount(u_int base, int type, int code) function in typeref:typename:void
363 icmp6_errcount(ICMP6_STAT_OUTERRHIST, type, code);
2483 icmp6_errcount(ICMP6_STAT_OUTERRHIST, ND_REDIRECT, 0);
icmp6.c 189 static void icmp6_errcount(u_int, int, int);
232 icmp6_errcount(u_int base, int type, int code) function in typeref:typename:void
363 icmp6_errcount(ICMP6_STAT_OUTERRHIST, type, code);
2483 icmp6_errcount(ICMP6_STAT_OUTERRHIST, ND_REDIRECT, 0);

Completed in 26 milliseconds