Home
last modified time | relevance | path

Searched refs:MAX_IOLOGADDR (Results 1 – 4 of 4) sorted by relevance

/dports/net/dante/dante-1.4.3/lib/
H A Dlog.c63 #define SRCDSTLEN (MAX_IOLOGADDR + sizeof(" -> ") + MAX_IOLOGADDR)
179 char srcstr[MAX_IOLOGADDR]; \
199 char dststr[MAX_IOLOGADDR]; \
/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_io.c2868 char srcstring[MAX_IOLOGADDR], dststring[MAX_IOLOGADDR],
3614 char in[MAX_IOLOGADDR], out[MAX_IOLOGADDR],
H A Dsockd_negotiate.c1775 char srcstring[MAX_IOLOGADDR], *tcpinfo;
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h752 #define MAX_IOLOGADDR \ macro