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

/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradlib_private.h80 #define POS_LENGTH 2 /* Message length */ macro
H A Dradlib.c221 len = h->response[POS_LENGTH] << 8 | h->response[POS_LENGTH+1];
554 h->resp_len = h->response[POS_LENGTH] << 8 |
555 h->response[POS_LENGTH+1];
757 h->request[POS_LENGTH] = h->req_len >> 8;
758 h->request[POS_LENGTH+1] = h->req_len;

Completed in 68 milliseconds