tag | line | file | source code |
---|---|---|---|
NPROTO | 75 | net/socket.c | static struct proto_ops *pops[NPROTO]; |
NPROTO | 438 | net/socket.c | for (i = 0; i < NPROTO; ++i) { |
NPROTO | 442 | net/socket.c | if (i == NPROTO) { |
NPROTO | 1054 | net/socket.c | for(i = 0; i < NPROTO; i++) { |
NPROTO | 1084 | net/socket.c | for (i = 0; i < NPROTO; ++i) pops[i] = NULL; |