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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_protocol.c87 proto_hash_value( function
142 entry->hash = proto_hash_value(protocol);
176 for (entry = proto_hash[proto_hash_value(protocol)]; entry; entry = entry->next)
194 hash_slot = proto_hash_value(entry->protocol);
286 for (entry = proto_hash[proto_hash_value(protocol)]; entry;
323 int hash_slot = proto_hash_value(protocol);
H A Ddlil.c311 proto_hash_value(u_long protocol_family) function
336 u_long i = proto_hash_value(protocol_family);
2002 u_long hash_value = proto_hash_value(proto->protocol_family);
2238 SLIST_REMOVE(&ifp->if_proto_hash[proto_hash_value(proto_family)], proto, if_proto, next_hash);

Completed in 18 milliseconds