Searched refs:bindaddr (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/lib/libc/rpc/ |
| HD | svc_generic.c | 198 const struct t_bind *bindaddr, u_int sendsz, u_int recvsz) in svc_tli_create() argument 235 if (bindaddr == NULL) { in svc_tli_create() 250 (struct sockaddr *)bindaddr->addr.buf, in svc_tli_create() 256 _listen(fd, (int)bindaddr->qlen); in svc_tli_create()
|
| HD | rpc_soc.c | 98 struct netbuf bindaddr; in clnt_com_create() local 129 bindaddr.maxlen = bindaddr.len = sizeof (struct sockaddr_in); in clnt_com_create() 130 bindaddr.buf = raddr; in clnt_com_create() 133 cl = clnt_tli_create(fd, nconf, &bindaddr, prog, vers, in clnt_com_create()
|
| /NextBSD/sys/rpc/ |
| HD | svc_generic.c | 209 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()
|
| /NextBSD/lib/libfetch/ |
| HD | common.c | 273 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()
|
| HD | ftp.c | 625 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()
|
| /NextBSD/sbin/ggate/ggated/ |
| HD | ggated.c | 95 static in_addr_t bindaddr; variable 955 bindaddr = htonl(INADDR_ANY); in main() 965 bindaddr = g_gate_str2ip(optarg); in main() 966 if (bindaddr == INADDR_NONE) { in main() 1020 serv.sin_addr.s_addr = bindaddr; in main()
|