Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_io.c1027 #define UIP_UDP_BUF ((struct uip_udp_hdr *)&uip_buf[UIP_LLIPH_LEN]) macro
1031 packet->addr_info.remote.port = UIP_UDP_BUF->srcport;
1033 packet->addr_info.local.port = UIP_UDP_BUF->destport;
1061 #undef UIP_UDP_BUF
Dnet.c136 #define UIP_UDP_BUF ((struct uip_udp_hdr *)&uip_buf[UIP_LLIPH_LEN]) macro