Home
last modified time | relevance | path

Searched refs:xdr_netbuf (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/usr.sbin/rpcbind/
HDrpcb_svc.c145 xdr_result = (xdrproc_t)xdr_netbuf; in rpcb_service_3()
154 xdr_argument = (xdrproc_t)xdr_netbuf; in rpcb_service_3()
HDrpcb_svc_4.c176 xdr_result = (xdrproc_t)xdr_netbuf; in rpcb_service_4()
185 xdr_argument = (xdrproc_t)xdr_netbuf; in rpcb_service_4()
/freebsd-13-stable/include/rpc/
HDrpcb_prot.x324 %extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *);
327 %extern bool_t xdr_netbuf(XDR *, struct netbuf *);
/freebsd-13-stable/sys/rpc/
HDrpcb_prot.h341 extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *);
344 extern bool_t xdr_netbuf(XDR *, struct netbuf *);
HDrpcb_clnt.c1281 xdr_netbuf(XDR *xdrs, struct netbuf *objp)
1326 (xdrproc_t) xdr_netbuf, (char *)(void *)taddr,
1360 (xdrproc_t) xdr_netbuf, (char *)(void *)taddr,
/freebsd-13-stable/lib/libc/rpc/
HDSymbol.map155 xdr_netbuf;
HDrpcb_prot.c304 xdr_netbuf(XDR *xdrs, struct netbuf *objp) in xdr_netbuf() function
HDrpcb_clnt.c1269 (xdrproc_t) xdr_netbuf, (char *)(void *)taddr, in rpcb_taddr2uaddr()
1307 (xdrproc_t) xdr_netbuf, (char *)(void *)taddr, in rpcb_uaddr2taddr()