Searched refs:resp_pos (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradlib_private.h110 int resp_pos; /* Current position scanning attrs */ member in struct:rad_handle
H A Dradlib.c556 h->resp_pos = POS_ATTRS;
681 if (h->resp_pos >= h->resp_len)
683 if (h->resp_pos + 2 > h->resp_len) {
687 type = h->response[h->resp_pos++];
688 tmp_len = h->response[h->resp_pos++];
694 if (h->resp_pos + (int)*len > h->resp_len) {
698 *value = &h->response[h->resp_pos];
699 h->resp_pos += *len;

Completed in 87 milliseconds