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

  /src/sys/fs/nfs/common/
bootp_subr.c 266 static int xdr_int_decode(struct mbuf **ptr, int *iptr);
1231 xdr_int_decode(struct mbuf **mptr, int *iptr) function in typeref:typename:int
1863 if (xdr_int_decode(&m, &error) != 0 || error != 0)
1867 if (xdr_int_decode(&m, fhsizep) != 0 ||
1878 if (xdr_int_decode(&m, &authcount) != 0)
1884 if (xdr_int_decode(&m, &authver) != 0)

Completed in 29 milliseconds