tag | line | file | source code |
---|---|---|---|
NPROTO | 82 | net/socket.c | static struct proto_ops *pops[NPROTO]; |
NPROTO | 447 | net/socket.c | for (i = 0; i < NPROTO; ++i) { |
NPROTO | 451 | net/socket.c | if (i == NPROTO) { |
NPROTO | 1063 | net/socket.c | for(i = 0; i < NPROTO; i++) { |
NPROTO | 1093 | net/socket.c | for (i = 0; i < NPROTO; ++i) pops[i] = NULL; |