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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_protocol.c74 #define PROTO_HASH_SLOTS 5 macro
76 static struct proto_input_entry *proto_hash[PROTO_HASH_SLOTS];
236 for (i = 0; proto_total_waiting != 0 && i < PROTO_HASH_SLOTS; i++) {
H A Ddlil.c304 #define PROTO_HASH_SLOTS 0x5 macro
441 for (i = 0; i < PROTO_HASH_SLOTS; i++) {
1148 for (i = 0; i < PROTO_HASH_SLOTS; i++) {
2314 for (i = 0; i < PROTO_HASH_SLOTS && !reached_zero; i++) {
2454 MALLOC(new_proto_list, struct proto_hash_entry*, sizeof(struct proto_hash_entry) * PROTO_HASH_SLOTS,
2469 bzero(new_proto_list, (PROTO_HASH_SLOTS * sizeof(struct proto_hash_entry)));

Completed in 17 milliseconds