Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/lib/
H A Dtostring.c421 serr("%s: inet_ntop(3) failed on %s " IP6_FMTSTR,
922 IP6_FMTSTR, IP6_ELEMENTS(&TOCIN6(addr)->sin6_addr));
956 static char stringmem[sizeof(IP6_FMTSTR)];
969 IP6_FMTSTR,
/dports/net/dante/dante-1.4.3/sockd/
H A Dshmem.c1206 swarn("%s: inet_ntop(3) failed on %s " IP6_FMTSTR,
/dports/net/dante/dante-1.4.3/include/
H A Dcommon.h1479 #define IP6_FMTSTR "%02x%02x:%02x%02x:%02x%02x:%02x%02x"\ macro