HomeSort by: relevance | last modified time | path
    Searched refs:RPCB_BUF_GEQ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_rpcb_pxy.c 530 if (RPCB_BUF_GEQ(rm, p, 8) == 0)
539 if ((XDRALIGN(xdr) < xdr) || (RPCB_BUF_GEQ(rm, p, XDRALIGN(xdr)) == 0))
606 if (!RPCB_BUF_GEQ(rm, p, 20))
645 if (!RPCB_BUF_GEQ(rm, *p, 4))
653 if (l < 11 || l > 23 || !RPCB_BUF_GEQ(rm, *p, XDRALIGN(l)))
875 if (!RPCB_BUF_GEQ(rm, p, 4))
905 if (!RPCB_BUF_GEQ(rm, p, 4))
931 if (!RPCB_BUF_GEQ(rm, p, 4))
956 if (!RPCB_BUF_GEQ(rm, p, 12))
965 if (!RPCB_BUF_GEQ(rm, p, 4)
    [all...]
ip_proxy.h 291 #define RPCB_BUF_GEQ(r, p, l) \

Completed in 13 milliseconds