Home
last modified time | relevance | path

Searched refs:optp (Results 1 – 1 of 1) sorted by relevance

/net-tools-latest/libcoap/src/
Dpdu.c322 next_option_safe(coap_opt_t **optp, size_t *length) { in next_option_safe() argument
326 assert(optp); assert(*optp); in next_option_safe()
329 optsize = coap_opt_parse(*optp, *length, &option); in next_option_safe()
333 *optp += optsize; in next_option_safe()