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

/freebsd-10-stable/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-10-stable/crypto/openssh/
H A Dreadconf.h90 char *bind_address; /* local socket address for connection to sshd */ member in struct:__anon510
H A Dsshconnect.c289 if (options.bind_address == NULL && !privileged)
292 if (options.bind_address) {
298 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res);
300 error("getaddrinfo: %s: %s", options.bind_address,
321 error("bind: %s: %s", options.bind_address,
H A Dreadconf.c1138 charptr = &options->bind_address;
1861 options->bind_address = NULL;
2594 dump_cfg_string(oBindAddress, o->bind_address);
H A Dssh.c201 "usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
202 " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
931 options.bind_address = optarg;

Completed in 129 milliseconds