OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resp_pos
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libradius/
radlib_private.h
91
size_t
resp_pos
; /* Current position scanning attrs */
member in struct:rad_handle
radlib.c
578
h->
resp_pos
= POS_ATTRS;
688
if (h->
resp_pos
>= h->resp_len)
690
if (h->
resp_pos
+ 2 > h->resp_len) {
694
type = h->response[h->
resp_pos
++];
695
*len = h->response[h->
resp_pos
++] - 2;
696
if (h->
resp_pos
+ (int)*len > h->resp_len) {
700
*value = &h->response[h->
resp_pos
];
701
h->
resp_pos
+= (int)*len;
Completed in 12 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025