Home
last modified time | relevance | path

Searched refs:bindaddr (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/lib/libc/rpc/
Dsvc_generic.c191 svc_tli_create(fd, nconf, bindaddr, sendsz, recvsz) in svc_tli_create() argument
194 const struct t_bind *bindaddr; /* Local bind address */
233 if (bindaddr == NULL) {
248 (struct sockaddr *)bindaddr->addr.buf,
254 _listen(fd, (int)bindaddr->qlen);
Drpc_soc.c104 struct netbuf bindaddr; local
135 bindaddr.maxlen = bindaddr.len = sizeof (struct sockaddr_in);
136 bindaddr.buf = raddr;
139 cl = clnt_tli_create(fd, nconf, &bindaddr, prog, vers,
/freebsd-9-stable/sys/rpc/
Dsvc_generic.c209 const struct t_bind *bindaddr, /* Local bind address */ in svc_tli_create() argument
247 if (bindaddr == NULL) { in svc_tli_create()
262 (struct sockaddr *)bindaddr->addr.buf)) { in svc_tli_create()
267 solisten(so, (int)bindaddr->qlen, curthread); in svc_tli_create()
/freebsd-9-stable/lib/libfetch/
Dcommon.c273 const char *bindaddr; in fetch_connect() local
292 bindaddr = getenv("FETCH_BIND_ADDRESS"); in fetch_connect()
302 if (bindaddr != NULL && *bindaddr != '\0' && in fetch_connect()
303 fetch_bind(sd, res->ai_family, bindaddr) != 0) { in fetch_connect()
304 fetch_info("failed to bind to '%s'", bindaddr); in fetch_connect()
Dftp.c625 const char *bindaddr; in ftp_transfer() local
769 bindaddr = getenv("FETCH_BIND_ADDRESS"); in ftp_transfer()
770 if (bindaddr != NULL && *bindaddr != '\0' && in ftp_transfer()
771 fetch_bind(sd, sa.ss_family, bindaddr) != 0) in ftp_transfer()
/freebsd-9-stable/sbin/ggate/ggated/
Dggated.c97 in_addr_t bindaddr; variable
960 bindaddr = htonl(INADDR_ANY); in main()
965 bindaddr = g_gate_str2ip(optarg); in main()
966 if (bindaddr == INADDR_NONE) { in main()
1034 serv.sin_addr.s_addr = bindaddr; in main()