Home
last modified time | relevance | path

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

/NextBSD/sys/netipsec/
HDxform_ah.c588 int hl, rplen, authsize, error; in ah_input() local
599 rplen = HDRSIZE(sav); in ah_input()
602 IP6_EXTHDR_GET(ah, struct newah *, m, skip, rplen); in ah_input()
623 if (hl != authsize + rplen - sizeof (struct ah)) { in ah_input()
626 (u_long) (authsize + rplen - sizeof (struct ah)), in ah_input()
649 crda->crd_inject = skip + rplen; in ah_input()
658 skip + rplen + authsize, M_XDATA, M_NOWAIT | M_ZERO); in ah_input()
671 m_copydata(m, 0, skip + rplen + authsize, (caddr_t)(tc+1)); in ah_input()
674 m_copyback(m, skip + rplen, authsize, ipseczeroes); in ah_input()
714 int rplen, error, skip, protoff; in ah_input_cb() local
[all …]
/NextBSD/sys/fs/smbfs/
HDsmbfs_node.c112 int error, rplen; in smbfs_node_alloc() local
176 rplen = dirlen; in smbfs_node_alloc()
178 rplen++; in smbfs_node_alloc()
179 rplen += nmlen; in smbfs_node_alloc()
180 rpath = malloc(rplen + 1, M_SMBNODENAME, M_WAITOK); in smbfs_node_alloc()
191 MPASS(p == rpath + rplen); in smbfs_node_alloc()
199 np->n_rplen = rplen; in smbfs_node_alloc()
/NextBSD/sys/netsmb/
HDsmb_trantcp.c207 int error, rplen; in nbssn_rq_request() local
243 error = nbssn_recv(nbp, &m0, &rplen, &rpcode, td); in nbssn_rq_request()
265 if (rplen != 6) { in nbssn_rq_request()
608 int error, rplen; in smb_nbst_recv() local
611 error = nbssn_recv(nbp, mpp, &rplen, &rpcode, td); in smb_nbst_recv()