Home
last modified time | relevance | path

Searched refs:ip_data (Results 1 – 10 of 10) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip.h128 extern struct ip_globals ip_data;
135 #define ip_current_netif() (ip_data.current_netif)
139 #define ip_current_input_netif() (ip_data.current_input_netif)
141 #define ip_current_header_tot_len() (ip_data.current_ip_header_tot_len)
143 #define ip_current_src_addr() (&ip_data.current_iphdr_src)
145 #define ip_current_dest_addr() (&ip_data.current_iphdr_dest)
151 #define ip4_current_header() ip_data.current_ip4_header
155 #define ip6_current_header() ((const struct ip6_hdr*)(ip_data.current_ip6_header))
159 #define ip6_current_src_addr() (ip_2_ip6(&ip_data.current_iphdr_src))
161 #define ip6_current_dest_addr() (ip_2_ip6(&ip_data.current_iphdr_dest))
[all …]
/third_party/lwip/src/core/ipv6/
Dip6.c569 ip_addr_copy_from_ip6_packed(ip_data.current_iphdr_dest, ip6hdr->dest);
570 ip_addr_copy_from_ip6_packed(ip_data.current_iphdr_src, ip6hdr->src);
574 if (ip6_addr_isipv4mappedipv6(ip_2_ip6(&ip_data.current_iphdr_dest)) ||
575 ip6_addr_isipv4mappedipv6(ip_2_ip6(&ip_data.current_iphdr_src)) ||
576 ip6_addr_ismulticast(ip_2_ip6(&ip_data.current_iphdr_src))) {
585 ip6_addr_assign_zone(ip_2_ip6(&ip_data.current_iphdr_dest), IP6_UNKNOWN, inp);
586 ip6_addr_assign_zone(ip_2_ip6(&ip_data.current_iphdr_src), IP6_UNICAST, inp);
589 ip_data.current_ip6_header = ip6hdr;
592 ip_data.current_netif = inp;
593 ip_data.current_input_netif = inp;
[all …]
Dip6_frag.c365 ipr->iphdr = ip_data.current_ip6_header; in ip6_reass()
512 ipr->iphdr = ip_data.current_ip6_header; in ip6_reass()
/third_party/lwip/src/core/ipv4/
Dip4.c515 ip_addr_copy_from_ip4(ip_data.current_iphdr_dest, iphdr->dest);
516 ip_addr_copy_from_ip4(ip_data.current_iphdr_src, iphdr->src);
683 ip_data.current_netif = netif;
684 ip_data.current_input_netif = inp;
685 ip_data.current_ip4_header = iphdr;
686 ip_data.current_ip_header_tot_len = IPH_HL_BYTES(iphdr);
751 ip_data.current_netif = NULL;
752 ip_data.current_input_netif = NULL;
753 ip_data.current_ip4_header = NULL;
754 ip_data.current_ip_header_tot_len = 0;
/third_party/lwip/src/core/
Dip.c64 struct ip_globals ip_data; variable
Draw.c75 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in raw_input_local_match()
Dtcp_in.c257 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {
291 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {
321 (lpcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {
Dudp.c140 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in udp_input_local_match()
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c261 ip_data.current_ip4_header = iphdr; in test_tcp_input()
271 ip_data.current_ip4_header = NULL; in test_tcp_input()
/third_party/toybox/generated/
Dglobals.h668 struct ip_data { struct
1505 struct ip_data ip;