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

/freebsd-9.3-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_extern.h39 #ifndef XFRBLOCKSIZE
40 #define XFRBLOCKSIZE YPXFRBLOCK macro
H A Dypxfrd_server.c57 unsigned char buf[XFRBLOCKSIZE];
61 read(fp, &buf, XFRBLOCKSIZE)) != -1) {
75 if (objp->xfr_u.xfrblock_buf.xfrblock_buf_len < XFRBLOCKSIZE) {

Completed in 100 milliseconds