Searched refs:udp_hdr (Results 1 – 5 of 5) sorted by relevance
55 struct udp_hdr { struct160 void udp_debug_print(struct udp_hdr *udphdr);
153 struct udp_hdr *udphdr;180 udphdr = (struct udp_hdr *)p->payload;298 if (chklen < sizeof(struct udp_hdr)) {563 struct udp_hdr *udphdr;610 (q->len >= sizeof(struct udp_hdr)));612 udphdr = (struct udp_hdr *)q->payload;656 if ((chklen < sizeof(struct udp_hdr)) || (chklen > q->tot_len)) {1000 udp_debug_print(struct udp_hdr *udphdr)
458 struct udp_hdr *udphdr = (struct udp_hdr *)((u8_t *)iphdr + iphdr_hlen);
184 const struct udp_hdr* udphdr = (void*)(((char*)iphdr) + IPH_LEN(iphdr));
2346 * udp.h: Fixed bug #20259: struct udp_hdr was lacking the packin defines.