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

  /src/tests/net/net/
t_pktinfo_send.c 78 sock_bind(int sock, const char *addr, in_port_t port) function in typeref:typename:int
93 RL(rv = sock_bind(s, addr, port));
258 RL(rv = sock_bind(client, "0.0.0.0", 0));
282 RL(rv = sock_bind(client, "127.0.0.1", 0));
306 RL(rv = sock_bind(client, "0.0.0.0", CLIENTPORT));
330 RL(rv = sock_bind(client, "127.0.0.2", CLIENTPORT));
355 RL(rv = sock_bind(client, "127.0.0.3", CLIENTPORT));
449 RL(rv = sock_bind(client, "127.0.0.2", CLIENTPORT));

Completed in 14 milliseconds