HomeSort by: relevance | last modified time | path
    Searched refs:ICMP6_STATINC (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet6/
icmp6_private.h 43 #define ICMP6_STATINC(x) _NET_STATINC(icmp6stat_percpu, x)
nd6_rtr.c 94 ICMP6_STATINC(ICMP6_STAT_TOOSHORT);
112 ICMP6_STATINC(ICMP6_STAT_TOOSHORT);
151 ICMP6_STATINC(icmp6_type == ND_ROUTER_SOLICIT ?
icmp6.c 238 ICMP6_STATINC(base + ICMP6_ERRSTAT_DST_UNREACH_NOROUTE);
241 ICMP6_STATINC(base + ICMP6_ERRSTAT_DST_UNREACH_ADMIN);
244 ICMP6_STATINC(base +
248 ICMP6_STATINC(base + ICMP6_ERRSTAT_DST_UNREACH_ADDR);
251 ICMP6_STATINC(base + ICMP6_ERRSTAT_DST_UNREACH_NOPORT);
256 ICMP6_STATINC(base + ICMP6_ERRSTAT_PACKET_TOO_BIG);
261 ICMP6_STATINC(base + ICMP6_ERRSTAT_TIME_EXCEED_TRANSIT);
264 ICMP6_STATINC(base +
272 ICMP6_STATINC(base + ICMP6_ERRSTAT_PARAMPROB_HEADER);
275 ICMP6_STATINC(base
3094 icmp6_statinc(u_int stat) function in typeref:typename:void
    [all...]
nd6_nbr.c 129 ICMP6_STATINC(ICMP6_STAT_TOOSHORT);
386 ICMP6_STATINC(ICMP6_STAT_BADNS);
586 ICMP6_STATINC(ICMP6_STAT_OUTHIST + ND_NEIGHBOR_SOLICIT);
646 ICMP6_STATINC(ICMP6_STAT_TOOSHORT);
880 ICMP6_STATINC(ICMP6_STAT_BADNA);
1043 ICMP6_STATINC(ICMP6_STAT_OUTHIST + ND_NEIGHBOR_ADVERT);
mld6.c 361 ICMP6_STATINC(ICMP6_STAT_TOOSHORT);
611 ICMP6_STATINC(ICMP6_STAT_OUTHIST + type);
nd6.c 288 ICMP6_STATINC(ICMP6_STAT_ND_BADOPT);
333 ICMP6_STATINC(ICMP6_STAT_ND_TOOMANYOPT);
raw_ip6.c 512 ICMP6_STATINC(ICMP6_STAT_OUTHIST + type);

Completed in 19 milliseconds