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));
|