Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/lib/
H A Dsocketopt.c51 const int protocol, const int isclientside,
112 setconfsockoptions(target, in, protocol, isclientside, optc, optv, in setconfsockoptions() argument
117 const int isclientside;
135 isclientside ? "internal" : "external");
164 isclientside,
180 isclientside,
187 setconfsockoption(target, in, safamily, protocol, isclientside, whichtime, opt) in setconfsockoption() argument
192 const int isclientside;
206 isclientside ? "internal" : "external",
227 if (opt->isinternalside && !isclientside)
[all …]
/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_socket.c69 getoptions(const sa_family_t family, const int type, const int isclientside,
367 setsockoptions(s, family, type, isclientside) in setsockoptions() argument
371 const int isclientside;
378 function, s, type, isclientside);
383 optc = getoptions(family, type, isclientside, optionsv, ELEMENTS(optionsv));
442 checksockoptions(s, family, type, isclientside);
448 checksockoptions(s, family, type, isclientside) in checksockoptions() argument
452 const int isclientside;
460 function, s, type, isclientside);
536 getoptions(family, type, isclientside, optionsv, optionsc) in getoptions() argument
[all …]
H A Dsockd_tcp.c647 if (in->isclientside && !reqflags->httpconnect)
653 if (in->isclientside)
770 if (in->isclientside && !reqflags->httpconnect) {
879 if (in->isclientside)
H A Dsockd_io.c1745 io->dst.isclientside = 1;
1758 io->src.isclientside = 1;
1829 io->src.isclientside = 1;
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h2155 unsigned char isclientside; /* is this the clientside? */ member
3811 const int isclientside);
4923 const int isclientside);
H A Dcommon.h3517 const int isclientside,