tag | line | file | source code |
---|---|---|---|
NPROTO | 103 | net/socket.c | static struct proto_ops *pops[NPROTO]; |
NPROTO | 668 | net/socket.c | for (i = 0; i < NPROTO; ++i) |
NPROTO | 675 | net/socket.c | if (i == NPROTO) |
NPROTO | 1352 | net/socket.c | for(i = 0; i < NPROTO; i++) |
NPROTO | 1376 | net/socket.c | for(i = 0; i < NPROTO; i++) |
NPROTO | 1429 | net/socket.c | for (i = 0; i < NPROTO; ++i) pops[i] = NULL; |