Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/net/lib/coap/
Dcoap.c100 uint8_t ver, uint8_t type, uint8_t token_len, in coap_packet_init() argument
119 hdr |= token_len & 0xF; in coap_packet_init()
136 if (token && token_len) { in coap_packet_init()
137 res = append(cpkt, token, token_len); in coap_packet_init()
144 cpkt->hdr_len = 1 + 1 + 2 + token_len; in coap_packet_init()
/Zephyr-Core-2.7.6/include/net/
Dcoap.h379 uint8_t ver, uint8_t type, uint8_t token_len,