HomeSort by relevance Sort by last modified time
    Searched full:get_attribute_raw (Results 1 - 1 of 1) sorted by null

  /external/mtpd/
l2tp.c 231 static int get_attribute_raw(uint16_t type, void *value, int size) function
308 return get_attribute_raw(type, value, sizeof(uint16_t)) == sizeof(uint16_t);
389 if (get_attribute_raw(CHALLENGE_RESPONSE, response, MD5_DIGEST_LENGTH)
403 int size = get_attribute_raw(CHALLENGE, challenge, MAX_ATTRIBUTE_SIZE);

Completed in 50 milliseconds