Home
last modified time | relevance | path

Searched refs:RPCSMALLMSGSIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dpmap_getport.c76 PMAPVERS, timeout, &sock, RPCSMALLMSGSIZE, RPCSMALLMSGSIZE); in pmap_getport()
/freebsd/usr.sbin/ypbind/
H A Dyp_ping.c117 PMAPVERS, timeout, &sock, RPCSMALLMSGSIZE, RPCSMALLMSGSIZE); in __pmap_getport()
H A Dypbind.c794 YPPROG, YPVERS, interval, &rpcsock, RPCSMALLMSGSIZE, in ping()
795 RPCSMALLMSGSIZE)) == (CLIENT *)NULL) { in ping()
/freebsd/include/rpc/
H A Dclnt.h138 #define RPCSMALLMSGSIZE 400 /* a more reasonable packet size */ macro
/freebsd/sys/rpc/
H A Dclnt.h192 #define RPCSMALLMSGSIZE 400 /* a more reasonable packet size */ macro