Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c545 if (RPCB_BUF_GEQ(rm, p, 8) == 0)
554 if ((XDRALIGN(xdr) < xdr) || (RPCB_BUF_GEQ(rm, p, XDRALIGN(xdr)) == 0))
626 if (!RPCB_BUF_GEQ(rm, p, 20))
668 if (!RPCB_BUF_GEQ(rm, *p, 4))
676 if (l < 11 || l > 23 || !RPCB_BUF_GEQ(rm, *p, XDRALIGN(l)))
912 if (!RPCB_BUF_GEQ(rm, p, 4))
942 if (!RPCB_BUF_GEQ(rm, p, 4))
968 if (!RPCB_BUF_GEQ(rm, p, 4))
993 if (!RPCB_BUF_GEQ(rm, p, 12))
1002 if (!RPCB_BUF_GEQ(rm, p, 4))
[all …]
H A Dip_proxy.h288 #define RPCB_BUF_GEQ(r, p, l) \ macro