Home
last modified time | relevance | path

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

/freebsd/sys/nfs/
H A Dbootp_subr.c251 static int xdr_int_decode(struct mbuf **ptr, int *iptr);
1138 xdr_int_decode(struct mbuf **mptr, int *iptr) in xdr_int_decode() function
1802 if (xdr_int_decode(&m, &error) != 0 || error != 0) in md_mount()
1806 if (xdr_int_decode(&m, fhsizep) != 0 || in md_mount()
1817 if (xdr_int_decode(&m, &authcount) != 0) in md_mount()
1823 if (xdr_int_decode(&m, &authver) != 0) in md_mount()