/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)
|