Searched refs:udp_hdr (Results 1 – 6 of 6) sorted by relevance
86 struct udp_hdr *udphdr;113 udphdr = (struct udp_hdr *)p->payload;225 if (chklen < sizeof(struct udp_hdr)) {490 struct udp_hdr *udphdr;537 (q->len >= sizeof(struct udp_hdr)));539 udphdr = (struct udp_hdr *)q->payload;583 if ((chklen < sizeof(struct udp_hdr)) || (chklen > q->tot_len)) {953 udp_debug_print(struct udp_hdr *udphdr)
55 struct udp_hdr { struct160 void udp_debug_print(struct udp_hdr *udphdr);
388 struct udp_hdr *udphdr = (struct udp_hdr *)((u8_t *)iphdr + iphdr_hlen);
369 struct udp_hdr *udphdr; in snprintf_udp_hdr()373 udphdr = (struct udp_hdr *)((void *)iphdr + (IPH_HL(iphdr) << 2)); in snprintf_udp_hdr()
184 const struct udp_hdr* udphdr = (void*)(((char*)iphdr) + IPH_LEN(iphdr));
2047 * udp.h: Fixed bug #20259: struct udp_hdr was lacking the packin defines.