Home
last modified time | relevance | path

Searched refs:ip6_hdr (Results 1 - 23 of 23) sorted by relevance

/third_party/lwip/src/core/ipv6/
H A Dip6.c418 ip6_forward(struct pbuf *p, struct ip6_hdr *iphdr, struct netif *inp)
563 struct ip6_hdr *ip6hdr;
584 ip6hdr = (struct ip6_hdr *)p->payload;
1072 ip6hdr = (struct ip6_hdr *)p->payload;
1237 struct ip6_hdr *ip6hdr;
1266 ip6hdr = (struct ip6_hdr *)p->payload;
1267 LWIP_ASSERT("check that first pbuf can hold struct ip6_hdr",
1268 (p->len >= sizeof(struct ip6_hdr)));
1287 ip6hdr = (struct ip6_hdr *)p->payload;
1355 struct ip6_hdr *ip6hd
[all...]
H A Dip6_frag.c574 struct ip6_hdr* iphdr_ptr; in ip6_reass()
588 /* hide the extra bytes borrowed from ip6_hdr for struct ip6_reass_helper */ in ip6_reass()
633 iphdr_ptr = (struct ip6_hdr*)((u8_t*)ipr->iphdr + in ip6_reass()
742 struct ip6_hdr *original_ip6hdr; in ip6_frag()
743 struct ip6_hdr *ip6hdr; in ip6_frag()
761 original_ip6hdr = (struct ip6_hdr *)p->payload; in ip6_frag()
790 ip6hdr = (struct ip6_hdr *)rambuf->payload; in ip6_frag()
806 ip6hdr = (struct ip6_hdr *)rambuf->payload; in ip6_frag()
H A Dnd6.c898 struct ip6_hdr *ip6hdr; /* IPv6 header of the packet which caused the error */ in nd6_input()
912 ip6hdr = (struct ip6_hdr *)((u8_t*)p->payload + sizeof(struct icmp6_hdr)); in nd6_input()
2298 struct ip6_hdr *ip6hdr;
2315 ip6hdr = (struct ip6_hdr *)(q->p->payload);
2330 ip6hdr = (struct ip6_hdr *)(neighbor_cache[i].q->payload);
/third_party/lwip/src/netif/
H A Dlowpan6.c598 struct ip6_hdr *ip6_hdr; in lowpan6_output() local
603 ip6_hdr = (struct ip6_hdr *)q->payload; in lowpan6_output()
604 ip6_addr_copy_from_packed(ip6_src, ip6_hdr->src); in lowpan6_output()
637 if ((src.addr_len == 2) && (ip6_addr_netcmp_zoneless(&ip6_hdr->src, &ip6_hdr->dest)) && in lowpan6_output()
H A Dlowpan6_common.c140 struct ip6_hdr *ip6hdr; in lowpan6_compress_headers()
163 ip6hdr = (struct ip6_hdr *)inptr; in lowpan6_compress_headers()
399 struct ip6_hdr *ip6hdr; in lowpan6_decompress_hdr()
411 ip6hdr = (struct ip6_hdr *)decomp_buffer; in lowpan6_decompress_hdr()
/third_party/lwip/src/include/lwip/
H A Dip.h146 struct ip6_hdr *current_ip6_header;
182 #define ip6_current_header() ((const struct ip6_hdr*)(ip_data.current_ip6_header))
224 #define ip6_current_header() ((const struct ip6_hdr*)(ip_data.current_ip6_header))
H A Dip6_frag.h93 struct ip6_hdr *iphdr; /* pointer to the first (original) IPv6 header */
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dndisc_snoop.c28 struct ip6_hdr ipv6h;
107 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr)) in handle_ndisc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dndisc_snoop.c28 struct ip6_hdr ipv6h;
107 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr)) in handle_ndisc()
/third_party/toybox/toys/pending/
H A Dtraceroute.c388 struct ip6_hdr *hip; in do_trace()
392 hip = (struct ip6_hdr *)(ricmp + 1); in do_trace()
433 rcv_len -= sizeof(struct ip6_hdr); in do_trace()
H A Ddhcp6.c113 struct ip6_hdr iph;
H A Ddhcpd.c169 struct ip6_hdr iph;
886 packet.udph.len = htons(sizeof(dhcp6_raw_t) - sizeof(struct ip6_hdr) - padding); in send_packet6()
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dip6.h11 struct ip6_hdr { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dip6.h11 struct ip6_hdr { struct
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dip6.h11 struct ip6_hdr { struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dip6.h11 struct ip6_hdr { struct
/third_party/musl/include/netinet/
H A Dip6.h11 struct ip6_hdr { struct
/third_party/ltp/testcases/network/sctp/
H A Dsctp_big_chunk.c88 struct ip6_hdr ip6; in setup_client()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-traffic.h122 struct ip6_hdr hdr;
H A Dns-icmpv6_sender.c344 info_p->pkt_size = sizeof(struct ip6_hdr) + ip6_psize; in create_mld_query()
408 info_p->pkt_size = sizeof(struct ip6_hdr) + ip6_psize; in create_echo_request()
H A Dns-icmp_redirector.c515 sndeth_size = sizeof(struct ethhdr) + sizeof(struct ip6_hdr) in return_neigh_adv()
620 sndeth_size = sizeof(struct ethhdr) + sizeof(struct ip6_hdr) in return_icmp6_redirect()
/third_party/lwip/src/include/lwip/prot/
H A Dip6.h82 struct ip6_hdr { struct
/third_party/lwip/src/core/
H A Draw.c152 struct ip6_hdr *ip6hdr = (struct ip6_hdr *)p->payload; in raw_input()

Completed in 21 milliseconds