Lines Matching defs:p_oerr
1170 #define p_oerr(f, m) if (icmp6stat[ICMP6_STAT_OUTERRHIST + f] || sflag <= 1) \
1202 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_NOROUTE, "\t\t%llu no route\n");
1203 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_ADMIN,
1205 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_BEYONDSCOPE,
1207 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_ADDR,
1209 p_oerr(ICMP6_ERRSTAT_DST_UNREACH_NOPORT,
1211 p_oerr(ICMP6_ERRSTAT_PACKET_TOO_BIG, "\t\t%llu packet too big\n");
1212 p_oerr(ICMP6_ERRSTAT_TIME_EXCEED_TRANSIT,
1214 p_oerr(ICMP6_ERRSTAT_TIME_EXCEED_REASSEMBLY,
1216 p_oerr(ICMP6_ERRSTAT_PARAMPROB_HEADER,
1218 p_oerr(ICMP6_ERRSTAT_PARAMPROB_NEXTHEADER,
1220 p_oerr(ICMP6_ERRSTAT_PARAMPROB_OPTION,
1222 p_oerr(ICMP6_ERRSTAT_REDIRECT, "\t\t%llu redirect\n");
1223 p_oerr(ICMP6_ERRSTAT_UNKNOWN, "\t\t%llu unknown\n");
1238 #undef p_oerr