Searched refs:nbssn_recv (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netsmb/ |
H A D | smb_trantcp.c | 74 static int nbssn_recv(struct nbpcb *nbp, struct mbuf **mpp, int *lenp, 236 error = nbssn_recv(nbp, &m0, &rplen, &rpcode, td); in nbssn_rq_request() 322 nbssn_recv(struct nbpcb *nbp, struct mbuf **mpp, int *lenp, in nbssn_recv() function 602 error = nbssn_recv(nbp, mpp, &rplen, &rpcode, td); in smb_nbst_recv()
|