Lines Matching refs:local
124 create_socket(int domain, int proto, const char *local, const char *bind_dev, int local_port, const… in create_socket() argument
130 if (local) { in create_socket()
134 if ((gerror = getaddrinfo(local, NULL, &hints, &local_res)) != 0) in create_socket()
143 if (local) in create_socket()
150 if (local) in create_socket()
172 if (local) { in create_socket()
233 netdial(int domain, int proto, const char *local, const char *bind_dev, int local_port, const char … in netdial() argument
238 s = create_socket(domain, proto, local, bind_dev, local_port, server, port, &server_res); in netdial()
258 netannounce(int domain, int proto, const char *local, const char *bind_dev, int port) in netannounce() argument
278 if (domain == AF_UNSPEC && !local) { in netannounce()
286 if ((gerror = getaddrinfo(local, portstr, &hints, &res)) != 0) in netannounce()