Home
last modified time | relevance | path

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

/third_party/musl/include/netinet/
Dudp.h18 struct udphdr { struct
19 uint16_t uh_sport;
20 uint16_t uh_dport;
21 uint16_t uh_ulen;
22 uint16_t uh_sum;
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dudp.h18 struct udphdr { struct
19 uint16_t uh_sport;
20 uint16_t uh_dport;
21 uint16_t uh_ulen;
22 uint16_t uh_sum;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dudp.h18 struct udphdr { struct
19 uint16_t uh_sport;
20 uint16_t uh_dport;
21 uint16_t uh_ulen;
22 uint16_t uh_sum;
/third_party/musl/ndk_musl_include/netinet/
Dudp.h18 struct udphdr { struct
19 uint16_t uh_sport;
20 uint16_t uh_dport;
21 uint16_t uh_ulen;
22 uint16_t uh_sum;
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dudp.h18 struct udphdr { struct
19 uint16_t uh_sport;
20 uint16_t uh_dport;
21 uint16_t uh_ulen;
22 uint16_t uh_sum;
/third_party/lwip/src/core/
Dudp.c196 struct udp_hdr *udphdr; in udp_input() local
717 struct udp_hdr *udphdr; in udp_sendto_if_src_chksum() local
1311 udp_debug_print(struct udp_hdr *udphdr) in udp_debug_print()
/third_party/lwip/src/netif/
Dlowpan6_common.c709 struct udp_hdr *udphdr; in lowpan6_decompress_hdr() local
/third_party/lwip/src/include/lwip/
Dudp.h184 #define udp_debug_print(udphdr) argument
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h349 struct udphdr { struct
350 uint16_t uh_sport;
351 uint16_t uh_dport;
352 uint16_t uh_ulen;
353 uint16_t uh_sum;
/third_party/lwip/src/core/ipv4/
Dip4.c582 const struct udp_hdr *udphdr = (const struct udp_hdr *)((const u8_t *)iphdr + iphdr_hlen); local
/third_party/lwip/src/api/
Dapi_msg.c263 const struct udp_hdr *udphdr = (const struct udp_hdr *)ip_next_header_ptr(); local