Searched refs:UIP_UDP_BUF (Results 1 – 2 of 2) sorted by relevance
1027 #define UIP_UDP_BUF ((struct uip_udp_hdr *)&uip_buf[UIP_LLIPH_LEN]) macro1031 packet->addr_info.remote.port = UIP_UDP_BUF->srcport;1033 packet->addr_info.local.port = UIP_UDP_BUF->destport;1061 #undef UIP_UDP_BUF
136 #define UIP_UDP_BUF ((struct uip_udp_hdr *)&uip_buf[UIP_LLIPH_LEN]) macro