tag | line | file | source code |
---|---|---|---|
hnum | 1617 | net/inet/sock.c | unsigned short hnum; |
hnum | 1619 | net/inet/sock.c | hnum = ntohs(num); |
hnum | 1631 | net/inet/sock.c | for(s = prot->sock_array[hnum & (SOCK_ARRAY_SIZE - 1)]; |
hnum | 1634 | net/inet/sock.c | if (s->num != hnum) |
hnum | 1426 | net/inet/sockinet.c | unsigned short hnum; |
hnum | 1428 | net/inet/sockinet.c | hnum = ntohs(num); |
hnum | 1440 | net/inet/sockinet.c | for(s = prot->sock_array[hnum & (SOCK_ARRAY_SIZE - 1)];s != NULL; s = s->next) |
hnum | 1442 | net/inet/sockinet.c | if (s->num != hnum) |