Searched defs:udphdr (Results 1 – 16 of 16) sorted by relevance
153 struct udp_hdr *udphdr; local563 struct udp_hdr *udphdr; local1000 udp_debug_print(struct udp_hdr *udphdr)
187 struct udp_hdr *udphdr; in udp_input() local675 struct udp_hdr *udphdr; in udp_sendto_if_src_chksum() local1178 udp_debug_print(struct udp_hdr *udphdr) in udp_debug_print()
196 struct udp_hdr *udphdr; in udp_input() local713 struct udp_hdr *udphdr; in udp_sendto_if_src_chksum() local1301 udp_debug_print(struct udp_hdr *udphdr) in udp_debug_print()
422 struct udp_hdr *udphdr; in ip_nat_input() local618 struct udp_hdr *udphdr; in ip_nat_out() local761 ip_nat_udp_lookup_incoming(const struct ip_hdr *iphdr, const struct udp_hdr *udphdr) in ip_nat_udp_lookup_incoming()793 const struct udp_hdr *udphdr, u8_t allocate) in ip_nat_udp_lookup_outgoing()
162 #define udp_debug_print(udphdr) argument
171 #define udp_debug_print(udphdr) argument
709 struct udp_hdr *udphdr; in lowpan6_decompress_hdr() local
184 #define udp_debug_print(udphdr) argument
128 struct udp_hdr *udphdr; in _low_level_dhcp_send() local
463 struct udp_hdr *udphdr = (struct udp_hdr *)((u8_t *)iphdr + iphdr_hlen); local
558 struct udp_hdr *udphdr = (struct udp_hdr *)((u8_t *)iphdr + iphdr_hlen); local
903 struct udp_hdr *udphdr; in lowpan6_decompress() local
582 const struct udp_hdr *udphdr = (const struct udp_hdr *)((const u8_t *)iphdr + iphdr_hlen); local
184 const struct udp_hdr* udphdr = (void*)(((char*)iphdr) + IPH_LEN(iphdr)); local
211 const struct udp_hdr* udphdr = (const struct udp_hdr*)ip_next_header_ptr(); local
263 const struct udp_hdr *udphdr = (const struct udp_hdr *)ip_next_header_ptr(); local
Completed in 27 milliseconds