Searched refs:random_id_total (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dip_id.c99 static int random_id_total = 0; variable
112 SYSCTL_INT(_net_inet_ip, OID_AUTO, random_id_total, CTLFLAG_RD,
113 &random_id_total, 0, "Count of IP IDs created");
152 random_id_total = 0;
206 random_id_total++;

Completed in 129 milliseconds