OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POS_LENGTH
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libradius/
radlib_private.h
61
#define
POS_LENGTH
2 /* Message length */
radlib.c
229
len = h->response[
POS_LENGTH
] << 8 | h->response[
POS_LENGTH
+1];
576
h->resp_len = h->response[
POS_LENGTH
] << 8 |
577
h->response[
POS_LENGTH
+1];
759
h->request[
POS_LENGTH
] = (unsigned char)(h->req_len >> 8);
760
h->request[
POS_LENGTH
+1] = (unsigned char)h->req_len;
Completed in 13 milliseconds
Indexes created Sat Nov 08 18:09:48 GMT 2025