Home
last modified time | relevance | path

Searched defs:iphdr (Results 1 – 18 of 18) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Dip.h86 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/
Dip.h24 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/
Dip.h24 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/
Dip.h24 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/
Dip.h24 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/
Dip.h24 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/
Dip.h24 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/
Dicmp.c212 struct ip_hdr *iphdr = (struct ip_hdr *)p->payload; in icmp_input() local
343 struct ip_hdr *iphdr; in icmp_send_response() local
Dip4.c281 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
Dip4_frag.c749 struct ip_hdr *iphdr; in ip4_frag() local
Detharp.c828 struct ip_hdr *iphdr = LWIP_ALIGNMENT_CAST(struct ip_hdr *, q->payload); local
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c29 struct ip_hdr *iphdr = (struct ip_hdr *)p->payload; in create_ip4_input_fragment() local
/third_party/lwip/src/include/lwip/
Dip4_frag.h64 struct ip_hdr iphdr; member
Dip6_frag.h93 struct ip6_hdr *iphdr; /* pointer to the first (original) IPv6 header */ member
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c52 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/
Ddemand.c325 unsigned iphdr; local
/third_party/lwip/src/core/ipv6/
Dip6.c366 ip6_forward(struct pbuf *p, struct ip6_hdr *iphdr, struct netif *inp) in ip6_forward()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_recv_thread.c269 struct ip *iphdr; in recv_function_raw() local