HomeSort by: relevance | last modified time | path
    Searched defs:create_socket (Results 1 - 6 of 6) sorted by relevancy

  /src/regress/sys/net/frag/
ip4_frag_1.c 70 create_socket(void) function in typeref:typename:int
318 sock = create_socket();
ip4_frag_1.c 70 create_socket(void) function in typeref:typename:int
318 sock = create_socket();
ip4_frag_1.c 70 create_socket(void) function in typeref:typename:int
318 sock = create_socket();
  /src/tests/usr.sbin/inetd/
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");
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");
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");

Completed in 34 milliseconds