Home | History | Annotate | Download | only in ypbind

Lines Matching defs:outlen

1018 broadcast(char *buf, int outlen)
1057 if (sendto(rpcsock, buf, outlen, 0,
1075 direct(char *buf, int outlen, struct domain *dom)
1137 if (sendto(rpcsock, buf, outlen, 0,
1161 direct_set(char *buf, int outlen, struct domain *dom)
1206 if (sendto(rpcsock, buf, outlen, 0,
1345 int outlen;
1381 outlen = (int)xdr_getpos(&xdr);
1383 if (outlen < 1) {
1410 if (sendto(rpcsock, buf, outlen, 0,
1420 return direct_set(buf, outlen, dom);
1422 return broadcast(buf, outlen);
1425 return direct(buf, outlen, dom);
1441 int outlen;
1474 outlen = (int)xdr_getpos(&xdr);
1476 if (outlen < 1) {
1485 if (sendto(pingsock, buf, outlen, 0,