Searched refs:nsockp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h983 isc_socketmgr_getmaxsockets(isc_socketmgr_t *manager, unsigned int *nsockp);
985 * Returns in "*nsockp" the maximum number of sockets this manager may open.
990 *\li 'nsockp' is not NULL.
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dsocket.h996 isc_socketmgr_getmaxsockets(isc_socketmgr_t *manager, unsigned int *nsockp);
998 * Returns in "*nsockp" the maximum number of sockets this manager may open.
1003 *\li 'nsockp' is not NULL.
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dsocket.c4356 isc__socketmgr_getmaxsockets(isc_socketmgr_t *manager0, unsigned int *nsockp) { argument
4359 REQUIRE(nsockp != NULL);
4361 *nsockp = manager->maxsocks;
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c4332 isc__socketmgr_getmaxsockets(isc_socketmgr_t *manager0, unsigned int *nsockp) { argument
4335 REQUIRE(nsockp != NULL);
4337 *nsockp = manager->maxsocks;
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c2655 isc__socketmgr_getmaxsockets(isc_socketmgr_t *manager, unsigned int *nsockp) { argument
2657 REQUIRE(nsockp != NULL);

Completed in 113 milliseconds