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

/seL4-refos-master/libs/libmuslc/src/network/
H A Dif_nameindex.c13 unsigned int hash_next; member in struct:ifnamemap
59 i = map->hash_next;
76 map->hash_next = ctx->hash[bucket];
H A Dgetifaddrs.c35 struct ifaddrs_storage *hash_next; member in struct:ifaddrs_storage
121 for (ifs0 = ctx->hash[ifa->ifa_index % IFADDRS_HASH_SIZE]; ifs0; ifs0 = ifs0->hash_next)
156 ifs->hash_next = ctx->hash[bucket];

Completed in 28 milliseconds