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

  /src/sys/netinet/
icmp_private.h 45 #define ICMP_STATINC(x) _NET_STATINC(icmpstat_percpu, x)
ip_icmp.c 264 ICMP_STATINC(ICMP_STAT_ERROR);
283 ICMP_STATINC(ICMP_STAT_OLDICMP);
338 ICMP_STATINC(ICMP_STAT_OUTHIST + type);
433 ICMP_STATINC(ICMP_STAT_TOOSHORT);
438 ICMP_STATINC(ICMP_STAT_TOOSHORT);
447 ICMP_STATINC(ICMP_STAT_CHECKSUM);
455 ICMP_STATINC(ICMP_STAT_INHIST + icp->icmp_type);
524 ICMP_STATINC(ICMP_STAT_BADLEN);
546 ICMP_STATINC(ICMP_STAT_BADCODE);
552 ICMP_STATINC(ICMP_STAT_BMCASTECHO)
1129 icmp_statinc(u_int stat) function in typeref:typename:void
    [all...]
  /src/sys/netmpls/
mpls_ttl.c 181 ICMP_STATINC(ICMP_STAT_ERROR);
197 ICMP_STATINC(ICMP_STAT_OLDICMP);
260 ICMP_STATINC(ICMP_STAT_OUTHIST + type);

Completed in 13 milliseconds