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

/freebsd-10.2-release/usr.bin/netstat/
H A Dnetisr.c233 u_int i, protocount; local
264 protocount = 0;
268 protocount++;
270 proto_array = calloc(protocount, sizeof(*proto_array));
273 protocount = 0;
278 snpp = &proto_array[protocount];
292 protocount++;
294 proto_array_len = protocount;

Completed in 105 milliseconds