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

/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_generic.c186 * bindaddr is NON-NULL, it performs a t_bind using the bindaddr. For
194 * bindaddr - Local bind address
200 const struct t_bind *bindaddr, u_int sendsz, u_int recvsz)
237 if (bindaddr == NULL) {
252 (struct sockaddr *)bindaddr->addr.buf,
258 _listen(fd, (int)bindaddr->qlen);
199 svc_tli_create(int fd, const struct netconfig *nconf, const struct t_bind *bindaddr, u_int sendsz, u_int recvsz) argument
H A Drpc_soc.c98 struct netbuf bindaddr; local
129 bindaddr.maxlen = bindaddr.len = sizeof (struct sockaddr_in);
130 bindaddr.buf = raddr;
133 cl = clnt_tli_create(fd, nconf, &bindaddr, prog, vers,
/freebsd-11-stable/sys/rpc/
H A Dsvc_generic.c198 * bindaddr is NON-NULL, it performs a t_bind using the bindaddr. For
209 const struct t_bind *bindaddr, /* Local bind address */
247 if (bindaddr == NULL) {
262 (struct sockaddr *)bindaddr->addr.buf)) {
267 solisten(so, (int)bindaddr->qlen, curthread);
205 svc_tli_create( SVCPOOL *pool, struct socket *so, const struct netconfig *nconf, const struct t_bind *bindaddr, size_t sendsz, size_t recvsz) argument
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c344 const char *bindaddr; local
357 bindaddr = getenv("FETCH_BIND_ADDRESS");
358 if (bindaddr != NULL && *bindaddr != '\0') {
360 fetch_info("resolving client address: %s", bindaddr);
361 if ((cais = fetch_resolve(bindaddr, 0, af)) == NULL)
379 fetch_info("failed to bind to %s", bindaddr);
H A Dftp.c624 const char *bindaddr; local
771 bindaddr = getenv("FETCH_BIND_ADDRESS");
772 if (bindaddr != NULL && *bindaddr != '\0' &&
773 (e = fetch_bind(sd, sa.ss_family, bindaddr)) != 0)
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c99 static in_addr_t bindaddr; variable
962 bindaddr = htonl(INADDR_ANY);
967 bindaddr = g_gate_str2ip(optarg);
968 if (bindaddr == INADDR_NONE) {
1036 serv.sin_addr.s_addr = bindaddr;

Completed in 86 milliseconds