Searched refs:packet (Results 1 – 2 of 2) sorted by relevance
162 bool is_request(struct o_coap_packet *packet);
340 bool is_request(struct o_coap_packet *packet) in is_request() argument342 if ((CODE_CLASS_MASK & packet->header.code) == REQUEST_CLASS) { in is_request()