/third_party/libnl/include/linux-private/linux/ |
D | ip.h | 86 struct iphdr { struct 88 __u8 ihl:4, 89 version:4; 96 __u8 tos; 97 __be16 tot_len; 98 __be16 id; 99 __be16 frag_off; 100 __u8 ttl; 101 __u8 protocol; 102 __sum16 check; [all …]
|
/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_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/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/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/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/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 | 281 ip4_forward(struct pbuf *p, struct ip_hdr *iphdr, struct netif *inp) in ip4_forward() 428 const struct ip_hdr *iphdr; local 845 struct ip_hdr *iphdr; local 1095 struct ip_hdr *iphdr = (struct ip_hdr *)p->payload; local
|
D | ip4_frag.c | 749 struct ip_hdr *iphdr; in ip4_frag() local
|
D | etharp.c | 828 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 | 366 ip6_forward(struct pbuf *p, struct ip6_hdr *iphdr, struct netif *inp) in ip6_forward()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_recv_thread.c | 269 struct ip *iphdr; in recv_function_raw() local
|