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

/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack.cpp110 static hash_table* sFamilies; variable
174 return (struct family*)hash_lookup(sFamilies, (void*)(addr_t)type);
185 if (hash_insert(sFamilies, family) != B_OK) {
802 sFamilies = hash_init(10, offsetof(struct family, next),
804 if (sFamilies == NULL) {
857 hash_uninit(sFamilies);
896 struct family* family = (struct family*)hash_remove_first(sFamilies,
907 hash_uninit(sFamilies);

Completed in 79 milliseconds