Searched refs:udp_hdr (Results 1 – 7 of 7) sorted by relevance
196 struct udp_hdr *udphdr; in udp_input()226 udphdr = (struct udp_hdr *)p->payload; in udp_input()337 if (chklen < sizeof(struct udp_hdr)) { in udp_input()713 struct udp_hdr *udphdr; in udp_sendto_if_src_chksum()782 (q->len >= sizeof(struct udp_hdr))); in udp_sendto_if_src_chksum()784 udphdr = (struct udp_hdr *)q->payload; in udp_sendto_if_src_chksum()806 if ((chklen < sizeof(struct udp_hdr)) || (chklen > q->tot_len)) { in udp_sendto_if_src_chksum()1307 udp_debug_print(struct udp_hdr *udphdr) in udp_debug_print()
53 struct udp_hdr { struct
182 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()
582 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();
3535 * udp.h: Fixed bug #20259: struct udp_hdr was lacking the packin defines.