Home
last modified time | relevance | path

Searched refs:extsocketoptionv (Results 1 – 3 of 3) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_io.c1725 io->extsocketoptionv[i].info
1726 = optval2sockopt(io->extsocketoptionv[i].level,
1727 io->extsocketoptionv[i].optname);
3327 io->extsocketoptionv,
H A Dsockd_request.c3549 if (io->srule.socketoptionc >= ELEMENTS(io->extsocketoptionv)) {
3557 (unsigned long)ELEMENTS(io->extsocketoptionv));
3562 io->extsocketoptionv[io->extsocketoptionc++]
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h2261 socketoption_t extsocketoptionv[MAX_EXTERNAL_SOCKETOPTIONS]; member