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

/freebsd-12-stable/usr.bin/netstat/
H A Dnetisr.c68 static struct sysctl_netisr_proto *proto_array; variable in typeref:struct:sysctl_netisr_proto
131 if (proto_array[i].snp_proto == proto)
132 return (proto_array[i].snp_name);
143 if (proto_array[i].snp_proto == proto)
235 proto_array = calloc(protocount, sizeof(*proto_array));
236 if (proto_array == NULL)
243 snpp = &proto_array[protocount];
270 if (len % sizeof(*proto_array) != 0)
272 proto_array
[all...]

Completed in 96 milliseconds