Searched defs:udphdr (Results 1 – 6 of 6) sorted by relevance
196 struct udp_hdr *udphdr; in udp_input() local713 struct udp_hdr *udphdr; in udp_sendto_if_src_chksum() local1308 udp_debug_print(struct udp_hdr *udphdr) in udp_debug_print()
79 struct udphdr { struct80 u_int16_t uh_sport; /* source port */81 u_int16_t uh_dport; /* destination port */82 u_int16_t uh_ulen; /* udp length */83 u_int16_t uh_sum; /* udp checksum */
709 struct udp_hdr *udphdr; in lowpan6_decompress_hdr() local
184 #define udp_debug_print(udphdr) argument
616 const struct udp_hdr *udphdr = (const struct udp_hdr *)((const u8_t *)iphdr + iphdr_hlen); local
264 const struct udp_hdr *udphdr = (const struct udp_hdr *)ip_next_header_ptr(); local