OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RADIUS_MAX_MSG_LEN
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c
27
#define
RADIUS_MAX_MSG_LEN
3000
683
buf = os_malloc(
RADIUS_MAX_MSG_LEN
);
689
len = recvfrom(sock, buf,
RADIUS_MAX_MSG_LEN
, 0,
/external/wpa_supplicant_8/src/radius/
radius_server.c
29
*
RADIUS_MAX_MSG_LEN
- Maximum message length for incoming RADIUS messages
31
#define
RADIUS_MAX_MSG_LEN
3000
888
buf = os_malloc(
RADIUS_MAX_MSG_LEN
);
894
len = recvfrom(sock, buf,
RADIUS_MAX_MSG_LEN
, 0,
[
all
...]
Completed in 20 milliseconds