Searched refs:bind_address (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/crypto/openssh/
H A Dreadconf.h99 char *bind_address; /* local socket address for connection to sshd */ member in struct:__anon4718
H A Dsshconnect.c311 if (options.bind_address == NULL && !privileged)
314 if (options.bind_address) {
320 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res);
322 error("getaddrinfo: %s: %s", options.bind_address,
343 error("bind: %s: %s", options.bind_address,
H A Dreadconf.c1010 charptr = &options->bind_address;
1625 options->bind_address = NULL;
H A Dssh.c201 "usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
202 " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
204 " [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]\n"
207 " [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]\n"
813 options.bind_address = optarg;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h64 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
H A Dhttp.c1182 if (evcon->bind_address != NULL)
1183 mm_free(evcon->bind_address);
1204 if (evcon->bind_address)
1205 mm_free(evcon->bind_address);
1206 if ((evcon->bind_address = mm_strdup(address)) == NULL)
2431 if (evcon->bind_address || evcon->bind_port) {
2433 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
2436 __func__, evcon->bind_address));
/freebsd-9.3-release/contrib/bind9/bin/dig/include/dig/
H A Ddig.h265 extern isc_sockaddr_t bind_address;
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c1311 isc_sockaddr_fromin6(&bind_address, &in6, srcport);
1314 isc_sockaddr_fromin(&bind_address, &in4, srcport);
H A Ddighost.c139 isc_sockaddr_t bind_address; variable
2523 isc_sockaddr_pf(&bind_address))) {
2556 result = isc_socket_bind(query->sock, &bind_address,
2632 result = isc_socket_bind(query->sock, &bind_address,

Completed in 163 milliseconds