Home
last modified time | relevance | path

Searched refs:getmaxofiles (Results 1 – 6 of 6) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dmother_util.c137 for (i = 0, maxopenfd = getmaxofiles(softlimit); (rlim_t)i < maxopenfd; ++i){
191 sockscf.state.maxopenfiles = getmaxofiles(hardlimit);
196 (unsigned long)getmaxofiles(softlimit));
199 sockscf.state.maxopenfiles = getmaxofiles(softlimit);
223 sockscf.state.maxopenfiles = getmaxofiles(hardlimit);
/dports/net/dante/dante-1.4.3/lib/
H A Dutil.c1165 sockscf.state.maxopenfiles = getmaxofiles(hardlimit); in allocate_maxsize_fdset()
1171 sockscf.state.maxopenfiles = getmaxofiles(softlimit); in allocate_maxsize_fdset()
1191 getmaxofiles(limittype_t type) in getmaxofiles() function
H A Dupnp.c861 last = getmaxofiles(softlimit) - 1;
H A Dsocket.c824 maxofiles = getmaxofiles(softlimit);
H A Dconnectchild.c360 for (i = 0, max = getmaxofiles(softlimit); i < (int)max; ++i)
/dports/net/dante/dante-1.4.3/include/
H A Dcommon.h3987 getmaxofiles(limittype_t type);