Home
last modified time | relevance | path

Searched defs:udphdr (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Dudp.c196 struct udp_hdr *udphdr; in udp_input() local
713 struct udp_hdr *udphdr; in udp_sendto_if_src_chksum() local
1307 udp_debug_print(struct udp_hdr *udphdr) in udp_debug_print()
/btstack/3rd-party/lwip/core/src/netif/
H A Dlowpan6_common.c709 struct udp_hdr *udphdr; in lowpan6_decompress_hdr() local
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dudp.h184 #define udp_debug_print(udphdr) argument
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4.c582 const struct udp_hdr *udphdr = (const struct udp_hdr *)((const u8_t *)iphdr + iphdr_hlen); local
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c263 const struct udp_hdr *udphdr = (const struct udp_hdr *)ip_next_header_ptr(); local