Home
last modified time | relevance | path

Searched refs:CMSG_RCPTLEN_ISOK (Results 1 – 7 of 7) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dmonitor_util.c102 if (!CMSG_RCPTLEN_ISOK(msg, sizeof(int) * fdexpect)) {
H A Dsockd_negotiate.c1070 if (!CMSG_RCPTLEN_ISOK(msg, sizeof(int) * fdexpect)) { in recv_negotiate()
H A Dsockd_io.c1534 if (!CMSG_RCPTLEN_ISOK(msg, sizeof(int) * fdexpect)) {
4262 if (!CMSG_RCPTLEN_ISOK(msg, sizeof(int) * fdexpect)) {
H A Dsockd_request.c804 if (!CMSG_RCPTLEN_ISOK(msg, sizeof(int) * fdexpect)) {
/dports/net/dante/dante-1.4.3/lib/
H A Dconnectchild.c899 if (!CMSG_RCPTLEN_ISOK(msg, sizeof(int) * fdexpect)) {
1397 if (!CMSG_RCPTLEN_ISOK(msg, sizeof(int) * fdexpect)) {
H A Dio.c478 if (!CMSG_RCPTLEN_ISOK(msg, sizeof(struct timeval))) {
/dports/net/dante/dante-1.4.3/include/
H A Dcommon.h1088 #define CMSG_RCPTLEN_ISOK(msg, datalen) \ macro