Searched defs:udphdr (Results 1 – 11 of 11) 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;
196 struct udp_hdr *udphdr; in udp_input() local717 struct udp_hdr *udphdr; in udp_sendto_if_src_chksum() local1311 udp_debug_print(struct udp_hdr *udphdr) in udp_debug_print()
709 struct udp_hdr *udphdr; in lowpan6_decompress_hdr() local
184 #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;
582 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