Home
last modified time | relevance | path

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

/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/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/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/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.c207 struct udp_hdr *udphdr; local
759 struct udp_hdr *udphdr; local
1357 udp_debug_print(struct udp_hdr *udphdr)
/third_party/lwip/src/netif/
Dlowpan6_common.c709 struct udp_hdr *udphdr; in lowpan6_decompress_hdr() local
/third_party/lwip/src/include/lwip/
Dudp.h188 #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.c623 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
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h52687 struct udphdr { struct
52688 __be16 source;
52689 __be16 dest;
52690 __be16 len;
52691 __sum16 check;