Searched refs:bindto (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libradius/
H A Dradlib_private.h75 in_addr_t bindto; /* Bind to address */ member in struct:rad_server
98 in_addr_t bindto; /* Current bind address */ member in struct:rad_handle
H A Dradlib.c384 struct in_addr bindto; local
385 bindto.s_addr = INADDR_ANY;
388 DEAD_TIME, &bindto);
394 struct in_addr *bindto)
441 srvp->bindto = bindto->s_addr;
466 h->bindto = addr;
504 struct in_addr bindto; local
616 bindto.s_addr = inet_addr(bindto_str);
617 if (bindto
392 rad_add_server_ex(struct rad_handle *h, const char *host, int port, const char *secret, int timeout, int tries, int dead_time, struct in_addr *bindto) argument
[all...]

Completed in 119 milliseconds