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

/freebsd-12-stable/lib/libradius/
H A Dradlib_private.h77 in_addr_t bindto; /* Bind to address */ member in struct:rad_server
100 in_addr_t bindto; /* Current bind address */ member in struct:rad_handle
H A Dradlib.c412 struct in_addr bindto; local
413 bindto.s_addr = INADDR_ANY;
416 DEAD_TIME, &bindto);
422 struct in_addr *bindto)
469 srvp->bindto = bindto->s_addr;
494 h->bindto = addr;
532 struct in_addr bindto; local
644 bindto.s_addr = inet_addr(bindto_str);
645 if (bindto
420 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 122 milliseconds