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

/freebsd-12-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_extern.h41 #ifndef XFRBLOCKSIZE
42 #define XFRBLOCKSIZE YPXFRBLOCK macro
H A Dypxfrd_server.c59 unsigned char buf[XFRBLOCKSIZE];
63 read(fp, &buf, XFRBLOCKSIZE)) != -1) {
77 if (objp->xfr_u.xfrblock_buf.xfrblock_buf_len < XFRBLOCKSIZE) {

Completed in 104 milliseconds