Searched refs:udp_hdr (Results 1 – 8 of 8) sorted by relevance
207 struct udp_hdr *udphdr;240 udphdr = (struct udp_hdr *)p->payload;355 if (chklen < sizeof(struct udp_hdr)) {759 struct udp_hdr *udphdr;828 (q->len >= sizeof(struct udp_hdr)));830 udphdr = (struct udp_hdr *)q->payload;852 if ((chklen < sizeof(struct udp_hdr)) || (chklen > q->tot_len)) {1357 udp_debug_print(struct udp_hdr *udphdr)
53 struct udp_hdr { struct
176 struct udp_hdr *uh; in test_udp_create_test_packet()191 ret = pbuf_add_header(p, sizeof(struct udp_hdr)); in test_udp_create_test_packet()193 uh = (struct udp_hdr *)p->payload; in test_udp_create_test_packet()
186 void udp_debug_print(struct udp_hdr *udphdr);
709 struct udp_hdr *udphdr; in lowpan6_decompress_hdr()714 udphdr = (struct udp_hdr *)((u8_t *)decomp_buffer + ip6_offset); in lowpan6_decompress_hdr()
623 const struct udp_hdr *udphdr = (const struct udp_hdr *)((const u8_t *)iphdr + iphdr_hlen);
263 const struct udp_hdr *udphdr = (const struct udp_hdr *)ip_next_header_ptr();
3545 * udp.h: Fixed bug #20259: struct udp_hdr was lacking the packin defines.