/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | ip.h | 24 struct iphdr { struct 26 unsigned int ihl:4; 27 unsigned int version:4; 32 uint8_t tos; 33 uint16_t tot_len; 34 uint16_t id; 35 uint16_t frag_off; 36 uint8_t ttl; 37 uint8_t protocol; 38 uint16_t check; [all …]
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | ip.h | 24 struct iphdr { struct 26 unsigned int ihl:4; 27 unsigned int version:4; 32 uint8_t tos; 33 uint16_t tot_len; 34 uint16_t id; 35 uint16_t frag_off; 36 uint8_t ttl; 37 uint8_t protocol; 38 uint16_t check; [all …]
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | ip.h | 24 struct iphdr { struct 26 unsigned int ihl:4; 27 unsigned int version:4; 32 uint8_t tos; 33 uint16_t tot_len; 34 uint16_t id; 35 uint16_t frag_off; 36 uint8_t ttl; 37 uint8_t protocol; 38 uint16_t check; [all …]
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | ip.h | 24 struct iphdr { struct 26 unsigned int ihl:4; 27 unsigned int version:4; 32 uint8_t tos; 33 uint16_t tot_len; 34 uint16_t id; 35 uint16_t frag_off; 36 uint8_t ttl; 37 uint8_t protocol; 38 uint16_t check; [all …]
|
/third_party/musl/include/netinet/ |
D | ip.h | 24 struct iphdr { struct 26 unsigned int ihl:4; 27 unsigned int version:4; 32 uint8_t tos; 33 uint16_t tot_len; 34 uint16_t id; 35 uint16_t frag_off; 36 uint8_t ttl; 37 uint8_t protocol; 38 uint16_t check; [all …]
|
/third_party/musl/ndk_musl_include/netinet/ |
D | ip.h | 24 struct iphdr { struct 26 unsigned int ihl:4; 27 unsigned int version:4; 32 uint8_t tos; 33 uint16_t tot_len; 34 uint16_t id; 35 uint16_t frag_off; 36 uint8_t ttl; 37 uint8_t protocol; 38 uint16_t check; [all …]
|
/third_party/lwip/src/core/ipv4/ |
D | icmp.c | 212 struct ip_hdr *iphdr = (struct ip_hdr *)p->payload; in icmp_input() local 343 struct ip_hdr *iphdr; in icmp_send_response() local
|
D | ip4.c | 314 ip4_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) 461 const struct ip_hdr *iphdr; local 886 struct ip_hdr *iphdr; local 1141 struct ip_hdr *iphdr = (struct ip_hdr *)p->payload; local
|
D | ip4_frag.c | 769 struct ip_hdr *iphdr; in ip4_frag() local
|
D | etharp.c | 860 struct ip_hdr *iphdr = LWIP_ALIGNMENT_CAST(struct ip_hdr *, q->payload); local
|
/third_party/lwip/test/unit/ip4/ |
D | test_ip4.c | 29 struct ip_hdr *iphdr = (struct ip_hdr *)p->payload; in create_ip4_input_fragment() local
|
/third_party/lwip/src/include/lwip/ |
D | ip4_frag.h | 64 struct ip_hdr iphdr; member
|
D | ip6_frag.h | 93 struct ip6_hdr *iphdr; /* pointer to the first (original) IPv6 header */ member
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 52 struct ip_hdr* iphdr; in tcp_create_segment_wnd() local 256 struct ip_hdr *iphdr = (struct ip_hdr*)p->payload; in test_tcp_input() local
|
/third_party/lwip/src/netif/ppp/ |
D | demand.c | 325 unsigned iphdr; local
|
/third_party/lwip/src/core/ipv6/ |
D | ip6.c | 418 ip6_forward(struct pbuf *p, struct ip6_hdr *iphdr, struct netif *inp)
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_recv_thread.c | 269 struct ip *iphdr; in recv_function_raw() local
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 2849 pub struct iphdr { struct 2862 impl iphdr { impl
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 2911 pub struct iphdr { struct 2924 impl iphdr { argument
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 2953 pub struct iphdr { struct 2966 impl iphdr { impl
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 2985 pub struct iphdr { struct 2998 impl iphdr { argument
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 2922 pub struct iphdr { struct 2935 impl iphdr { argument
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 2900 pub struct iphdr { struct 2913 impl iphdr { implementation
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 2983 pub struct iphdr { struct 2996 impl iphdr { argument
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 3007 pub struct iphdr { struct 3020 impl iphdr { argument
|