Searched defs:udphdr (Results 1 – 12 of 12) sorted by relevance
18 struct udphdr { struct19 uint16_t uh_sport;20 uint16_t uh_dport;21 uint16_t uh_ulen;22 uint16_t uh_sum;
207 struct udp_hdr *udphdr; local759 struct udp_hdr *udphdr; local1357 udp_debug_print(struct udp_hdr *udphdr)
709 struct udp_hdr *udphdr; in lowpan6_decompress_hdr() local
188 #define udp_debug_print(udphdr) argument
349 struct udphdr { struct350 uint16_t uh_sport;351 uint16_t uh_dport;352 uint16_t uh_ulen;353 uint16_t uh_sum;
623 const struct udp_hdr *udphdr = (const struct udp_hdr *)((const u8_t *)iphdr + iphdr_hlen); local
263 const struct udp_hdr *udphdr = (const struct udp_hdr *)ip_next_header_ptr(); local
52687 struct udphdr { struct52688 __be16 source;52689 __be16 dest;52690 __be16 len;52691 __sum16 check;