HomeSort by: relevance | last modified time | path
    Searched defs:xdr_opaque_decode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/common/
bootp_subr.c 265 static int xdr_opaque_decode(struct mbuf **ptr, u_char *buf, int len);
1209 xdr_opaque_decode(struct mbuf **mptr, u_char *buf, int len) function in typeref:typename:int
1235 if (xdr_opaque_decode(mptr, (u_char *) &i, sizeof(u_int32_t)) != 0)
1874 if (xdr_opaque_decode(&m, fhp, *fhsizep) != 0)
bootp_subr.c 265 static int xdr_opaque_decode(struct mbuf **ptr, u_char *buf, int len);
1209 xdr_opaque_decode(struct mbuf **mptr, u_char *buf, int len) function in typeref:typename:int
1235 if (xdr_opaque_decode(mptr, (u_char *) &i, sizeof(u_int32_t)) != 0)
1874 if (xdr_opaque_decode(&m, fhp, *fhsizep) != 0)
bootp_subr.c 265 static int xdr_opaque_decode(struct mbuf **ptr, u_char *buf, int len);
1209 xdr_opaque_decode(struct mbuf **mptr, u_char *buf, int len) function in typeref:typename:int
1235 if (xdr_opaque_decode(mptr, (u_char *) &i, sizeof(u_int32_t)) != 0)
1874 if (xdr_opaque_decode(&m, fhp, *fhsizep) != 0)

Completed in 71 milliseconds