Home | History | Annotate | Download | only in ypbind

Lines Matching defs:inlen

1224 	ssize_t inlen;
1240 inlen = recvfrom(rpcsock, buf, sizeof buf, 0,
1242 if (inlen < 0) {
1249 if ((size_t)inlen < sizeof(uint32_t))
1256 xdrmem_create(&xdr, buf, (unsigned)inlen, XDR_DECODE);
1281 ssize_t inlen;
1298 inlen = recvfrom(pingsock, buf, sizeof buf, 0,
1300 if (inlen < 0) {
1307 if ((size_t)inlen < sizeof(uint32_t))
1314 xdrmem_create(&xdr, buf, (unsigned)inlen, XDR_DECODE);