Searched refs:p_oerr (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.bin/netstat/ |
H A D | inet6.c | 1170 #define p_oerr(f, m) if (icmp6stat[ICMP6_STAT_OUTERRHIST + f] || sflag <= 1) \ in icmp6_stats() macro 1202 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_NOROUTE, "\t\t%llu no route\n"); in icmp6_stats() 1203 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_ADMIN, in icmp6_stats() 1205 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_BEYONDSCOPE, in icmp6_stats() 1207 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_ADDR, in icmp6_stats() 1209 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_NOPORT, in icmp6_stats() 1211 p_oerr(ICMP6_ERRSTAT_PACKET_TOO_BIG, "\t\t%llu packet too big\n"); in icmp6_stats() 1212 p_oerr(ICMP6_ERRSTAT_TIME_EXCEED_TRANSIT, in icmp6_stats() 1214 p_oerr(ICMP6_ERRSTAT_TIME_EXCEED_REASSEMBLY, in icmp6_stats() 1216 p_oerr(ICMP6_ERRSTAT_PARAMPROB_HEADER, in icmp6_stats() [all …]
|