Searched refs:st (Results 1 – 8 of 8) sorted by relevance
20 #define COAP_SET_STR(st,l,v) { (st)->length = (l), (st)->s = (v); } argument
61 struct sockaddr_storage st; member
868 SYSTEMTIME st; in x509_get_current_time() local870 GetSystemTime( &st ); in x509_get_current_time()872 now->year = st.wYear; in x509_get_current_time()873 now->mon = st.wMonth; in x509_get_current_time()874 now->day = st.wDay; in x509_get_current_time()875 now->hour = st.wHour; in x509_get_current_time()876 now->min = st.wMinute; in x509_get_current_time()877 now->sec = st.wSecond; in x509_get_current_time()
53 struct sockaddr_storage st; member
440 mhdr.msg_name = &(*packet)->src.addr.st; in coap_network_read()441 mhdr.msg_namelen = sizeof((*packet)->src.addr.st); in coap_network_read()509 memcpy(&(*packet)->src.addr.st, mhdr.msg_name, (*packet)->src.size); in coap_network_read()
1 This README documents the test cases supported for the 1st ETSI CoAP
723 …ine PUTU32(ct, st) { (ct)[0] = (aes_u8)((st) >> 24); (ct)[1] = (aes_u8)((st) >> 16); (ct)[2] = (ae… argument
201 * examples/etsi_iot_01.c: Test cases for 1st ETSI CoAP Plugtest,