Home
last modified time | relevance | path

Searched refs:RPCB_BUF_GEQ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rpcb_pxy.c565 if (RPCB_BUF_GEQ(rm, p, 8) == 0)
574 if ((XDRALIGN(xdr) < xdr) || (RPCB_BUF_GEQ(rm, p, XDRALIGN(xdr)) == 0))
647 if (!RPCB_BUF_GEQ(rm, p, 20))
689 if (!RPCB_BUF_GEQ(rm, *p, 4))
697 if (l < 11 || l > 23 || !RPCB_BUF_GEQ(rm, *p, XDRALIGN(l)))
934 if (!RPCB_BUF_GEQ(rm, p, 4))
964 if (!RPCB_BUF_GEQ(rm, p, 4))
990 if (!RPCB_BUF_GEQ(rm, p, 4))
1013 if (!RPCB_BUF_GEQ(rm, p, 12))
1022 if (!RPCB_BUF_GEQ(rm, p, 4))
[all …]
H A Dip_proxy.h295 #define RPCB_BUF_GEQ(r, p, l) \ macro