Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dtcpsvd.c69 #define HASH_NR 256 macro
70 struct hashed h[HASH_NR];
119 return (ip[0]^ip[1]^ip[2]^ip[3]^ip[4]^ip[5]^ip[6]^ip[7])%HASH_NR; in haship()
302 for (j = 0; j < HASH_NR; j++) h[j].head = NULL; in tcpsvd_main()

Completed in 1 milliseconds