Home
last modified time | relevance | path

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

/net-tools-2.7.6/libcoap/examples/
Dclient.c51 unsigned char msgtype = COAP_MESSAGE_CON; /* usually, requests are sent confirmable */ variable
143 pdu->hdr->type = msgtype; in coap_new_request()
187 pdu = coap_pdu_init(msgtype, in clear_obs()
1071 msgtype = COAP_MESSAGE_NON; in main()
/net-tools-2.7.6/
Dcoap-client.c171 int msgtype);
1157 int msgtype) in coap_new_request() argument
1165 pdu->hdr->type = msgtype; in coap_new_request()