taglinefilesource code
family26net/socket.cshort family;
family38net/socket.cfamily_name(int family)
family43net/socket.cif (proto_table[i].family == family)
family400net/socket.csock_socket(int family, int type, int protocol)
family407net/socket.cfamily, family_name(family), type, protocol));
family413net/socket.cif (proto_table[i].family == family)
family458net/socket.csock_socketpair(int family, int type, int protocol, int usockvec[2])
family464net/socket.cfamily, type, protocol));
family470net/socket.cif ((fd1 = sock_socket(family, type, protocol)) < 0)
family481net/socket.cif ((fd2 = sock_socket(family, type, protocol)) < 0) {
family956net/socket.cproto_table[i].family,
family958net/socket.cproto_table[i].family = -1;