OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_attribute_raw
(Results
1 - 1
of
1
) sorted by null
/external/mtpd/
l2tp.c
236
static int
get_attribute_raw
(uint16_t type, void *value, int size)
function
313
return
get_attribute_raw
(type, value, sizeof(uint16_t)) == sizeof(uint16_t);
390
if (
get_attribute_raw
(CHALLENGE_RESPONSE, response, MD5_DIGEST_LENGTH)
404
int size =
get_attribute_raw
(CHALLENGE, challenge, MAX_ATTRIBUTE_SIZE);
Completed in 1426 milliseconds