Searched refs:bind_addr (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | UDPSocket.cpp | 107 SocketAddress bind_addr; in Connect() local 112 ? bind_addr.SetToLocalhost(kDomain, host_port->port) in Connect() 113 : bind_addr.SetToAnyAddress(kDomain, host_port->port); in Connect() 120 bind_addr.SetPort(0); // Let the source port # be determined dynamically in Connect() 122 err = ::bind(socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
|
| /openbsd-src/usr.sbin/rpki-client/ |
| H A D | rsync.c | 132 exec_rsync(const char *prog, const char *bind_addr, char *uri, char *dst, in exec_rsync() argument 164 if (bind_addr != NULL) { in exec_rsync() 166 args[i++] = (char *)bind_addr; in exec_rsync() 225 proc_rsync(char *prog, char *bind_addr, int fd) in proc_rsync() argument 304 s->pid = exec_rsync(prog, bind_addr, in proc_rsync()
|
| H A D | main.c | 982 char *bind_addr = NULL; in main() 1026 bind_addr = optarg; in main() 1172 proc_rsync(rsync_prog, bind_addr, rsyncfd); in main() 1191 proc_http(bind_addr, httpfd); in main() 978 char *bind_addr = NULL; main() local
|
| H A D | http.c | 2042 proc_http(char *bind_addr, int fd) in proc_http() argument 2052 if (bind_addr != NULL) { in proc_http() 2059 if (getaddrinfo(bind_addr, NULL, &hints, &res) == 0) { in proc_http()
|
| /openbsd-src/usr.sbin/unbound/testcode/ |
| H A D | delayer.c | 961 struct sockaddr_storage bind_addr, srv_addr; local 1010 if(!ipstrtoaddr(bind_str, bindport, &bind_addr, &bind_len)) { 1014 if(bind(s, (struct sockaddr*)&bind_addr, bind_len) == -1) { 1036 if(bind(listen_s, (struct sockaddr*)&bind_addr, bind_len) == -1) {
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | session.c | 1087 struct bgpd_addr *bind_addr; in session_connect() 1117 bind_addr = session_localaddr(peer); in session_connect() 1118 if ((sa = addr2sa(bind_addr, 0, &sa_len)) != NULL) { in session_connect() 1067 struct bgpd_addr *bind_addr = NULL; session_connect() local
|