tag | line | file | source code |
family | 30 | include/sys/socket.h | int socket(int family, int type, int protocol); |
family | 31 | include/sys/socket.h | int socketpair(int family, int type, int protocol, int sockvec[2]); |
family | 19 | net/socket.c | short family; |
family | 28 | net/socket.c | family_name(int family) |
family | 33 | net/socket.c | if (proto_table[i].family == family) |
family | 409 | net/socket.c | sock_socket(int family, int type, int protocol) |
family | 416 | net/socket.c | family, family_name(family), type, protocol); |
family | 422 | net/socket.c | if (proto_table[i].family == family) |
family | 467 | net/socket.c | sock_socketpair(int family, int type, int protocol, int usockvec[2]) |
family | 473 | net/socket.c | family, type, protocol); |
family | 479 | net/socket.c | if ((fd1 = sock_socket(family, type, protocol)) < 0) |
family | 490 | net/socket.c | if ((fd2 = sock_socket(family, type, protocol)) < 0) { |
family | 748 | net/socket.c | proto_table[i].family, proto_table[i].name); |
family | 751 | net/socket.c | proto_table[i].family); |
family | 752 | net/socket.c | proto_table[i].family = -1; |