Searched refs:DEFAULT_UNIX_MAX_DGRAM_QLEN (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Ddef.h37 #define DEFAULT_UNIX_MAX_DGRAM_QLEN 512UL macro
/systemd/src/core/
H A Dmain.c1272 if (v >= DEFAULT_UNIX_MAX_DGRAM_QLEN)
1276 if (asprintf(&qlen, "%lu\n", DEFAULT_UNIX_MAX_DGRAM_QLEN) < 0)

Completed in 24 milliseconds