Searched refs:token_len (Results 1 – 2 of 2) sorted by relevance
100 uint8_t ver, uint8_t type, uint8_t token_len, in coap_packet_init() argument119 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()
379 uint8_t ver, uint8_t type, uint8_t token_len,