Searched refs:resp_len (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradlib_private.h109 int resp_len; /* Length of response */ member in struct:rad_handle
H A Dradlib.c219 if (h->resp_len < POS_ATTRS)
222 if (len > h->resp_len)
258 h->resp_len - POS_ATTRS);
547 h->resp_len = recvfrom(h->fd, h->response,
549 if (h->resp_len == -1) {
554 h->resp_len = h->response[POS_LENGTH] << 8 |
681 if (h->resp_pos >= h->resp_len)
683 if (h->resp_pos + 2 > h->resp_len) {
694 if (h->resp_pos + (int)*len > h->resp_len) {
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_subr_2.h102 struct ntsecdesc **resp, uint32_t *resp_len,
H A Dsmbfs_smb_2.c5799 struct ntsecdesc **resp, uint32_t *resp_len,
5812 resp_len, (uint8_t *) resp,
5797 smb2fs_smb_security_get(struct smb_share *share, struct smbnode *np, uint32_t desired_access, uint32_t security_attrs, struct ntsecdesc **resp, uint32_t *resp_len, vfs_context_t context) argument

Completed in 135 milliseconds