t_inetd.c | 58 static int create_socket(const char *, const char *, int, int, time_t, struct sockaddr_storage *); 165 int udp = create_socket("127.0.0.1", port, SOCK_DGRAM, UDP, 1, &addr); 206 tcp = create_socket("127.0.0.1", port, SOCK_STREAM, TCP, 1, &remote); 237 create_socket(const char *address, const char *port, function in typeref:typename:int 252 ATF_REQUIRE_MSG(res->ai_next == NULL, "Ambiguous create_socket args");
|