Home
last modified time | relevance | path

Searched refs:bind_address (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Dhttp-internal.h62 char *bind_address; /* address to use for binding the src */ member
H A Dhttp.c1273 if (evcon->bind_address != NULL) in evhttp_connection_free()
1274 mm_free(evcon->bind_address); in evhttp_connection_free()
1292 if (evcon->bind_address) in evhttp_connection_set_local_address()
1293 mm_free(evcon->bind_address); in evhttp_connection_set_local_address()
1294 if ((evcon->bind_address = mm_strdup(address)) == NULL) in evhttp_connection_set_local_address()
2583 if (evcon->bind_address || evcon->bind_port) { in evhttp_connection_connect_()
2585 evcon->bind_address, evcon->bind_port, 0 /*reuse*/); in evhttp_connection_connect_()
2588 __func__, evcon->bind_address)); in evhttp_connection_connect_()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dreadconf.h100 char *bind_address; /* local socket address for connection to sshd */ member
H A Dsshconnect.c420 if (options.bind_address != NULL) { in ssh_create_socket()
426 if ((r = getaddrinfo(options.bind_address, NULL, in ssh_create_socket()
428 error("getaddrinfo: %s: %s", options.bind_address, in ssh_create_socket()
H A Dssh.c1079 options.bind_address = optarg; in main()