Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rpcb_pxy.c482 if (RPCB_BUF_EQ(rm, p, 16) == 0)
662 if (!RPCB_BUF_EQ(rm, p, 4) || (B(p) != 0))
944 if (!RPCB_BUF_EQ(rm, p, 4))
973 if ((xdr == 0) && RPCB_BUF_EQ(rm, p, 0))
H A Dip_proxy.h298 #define RPCB_BUF_EQ(r, p, l) \ macro