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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dkqueue.c43 return memcmp(&a->kq_sockfd[1], &b->kq_sockfd[1], sizeof(int));
98 pfd.fd = kq->kq_sockfd[0];
112 rv = recv(kq->kq_sockfd[0], buf, sizeof(buf), MSG_PEEK | MSG_DONTWAIT);
134 query.kq_sockfd[1] = kq;
141 if (ent->kq_sockfd[0] < 0 || ent->kq_ref == 0) {
190 if (socketpair(AF_UNIX, SOCK_STREAM, 0, kq->kq_sockfd) < 0)
205 dbg_printf("created kqueue, fd=%d", kq->kq_sockfd[1]);
206 return (kq->kq_sockfd[1]);
212 if (kq->kq_sockfd[
[all...]
H A Dprivate.h154 int kq_sockfd[2]; member in struct:kqueue

Completed in 29 milliseconds