Home
last modified time | relevance | path

Searched refs:ip6_hdr (Results 1 – 25 of 34) sorted by relevance

12

/third_party/lwip/src/core/ipv6/
Dip6.c366 ip6_forward(struct pbuf *p, struct ip6_hdr *iphdr, struct netif *inp) in ip6_forward()
511 struct ip6_hdr *ip6hdr;
528 ip6hdr = (struct ip6_hdr *)p->payload;
1012 ip6hdr = (struct ip6_hdr *)p->payload;
1177 struct ip6_hdr *ip6hdr;
1206 ip6hdr = (struct ip6_hdr *)p->payload;
1208 (p->len >= sizeof(struct ip6_hdr)));
1227 ip6hdr = (struct ip6_hdr *)p->payload;
1295 struct ip6_hdr *ip6hdr;
1304 ip6hdr = (struct ip6_hdr *)p->payload;
[all …]
Dip6_frag.c554 struct ip6_hdr* iphdr_ptr; in ip6_reass()
613 iphdr_ptr = (struct ip6_hdr*)((u8_t*)ipr->iphdr + in ip6_reass()
722 struct ip6_hdr *original_ip6hdr; in ip6_frag()
723 struct ip6_hdr *ip6hdr; in ip6_frag()
741 original_ip6hdr = (struct ip6_hdr *)p->payload; in ip6_frag()
770 ip6hdr = (struct ip6_hdr *)rambuf->payload; in ip6_frag()
786 ip6hdr = (struct ip6_hdr *)rambuf->payload; in ip6_frag()
/third_party/libcoap/src/
Dcoap_io_riot.c214 ipv6_hdr_t *ip6_hdr = in coap_io_process() local
216 if (!udp_hdr || !ip6_hdr) in coap_io_process()
227 (address_equals(&s->addr_info.local, &ip6_hdr->dst))) { in coap_io_process()
248 (address_equals(&ep->bind_addr, &ip6_hdr->dst))) { in coap_io_process()
/third_party/lwip/src/netif/
Dlowpan6.c573 struct ip6_hdr *ip6_hdr; in lowpan6_output() local
578 ip6_hdr = (struct ip6_hdr *)q->payload; in lowpan6_output()
579 ip6_addr_copy_from_packed(ip6_src, ip6_hdr->src); in lowpan6_output()
612 if ((src.addr_len == 2) && (ip6_addr_netcmp_zoneless(&ip6_hdr->src, &ip6_hdr->dest)) && in lowpan6_output()
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/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
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/
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/iptables/iptables/
Dnft-ipv6.c55 offsetof(struct ip6_hdr, ip6_src), in nft_ipv6_add()
64 offsetof(struct ip6_hdr, ip6_dst), in nft_ipv6_add()
144 case offsetof(struct ip6_hdr, ip6_src): in nft_ipv6_parse_payload()
158 case offsetof(struct ip6_hdr, ip6_dst): in nft_ipv6_parse_payload()
172 case offsetof(struct ip6_hdr, ip6_nxt): in nft_ipv6_parse_payload()
/third_party/lwip/src/include/lwip/
Dip.h119 struct ip6_hdr *current_ip6_header;
155 #define ip6_current_header() ((const struct ip6_hdr*)(ip_data.current_ip6_header))
197 #define ip6_current_header() ((const struct ip6_hdr*)(ip_data.current_ip6_header))
Dip6_frag.h93 struct ip6_hdr *iphdr; /* pointer to the first (original) IPv6 header */
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_header.h569 sizeof(struct ip6_hdr))
573 sizeof(struct ip6_hdr))
576 #define SCTP_MIN_OVERHEAD (sizeof(struct ip6_hdr) + \
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_ip6_var.h64 struct ip6_hdr { struct
/third_party/musl/ndk_musl_include/netinet/
Dip6.h11 struct ip6_hdr { struct
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip6.h11 struct ip6_hdr { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip6.h11 struct ip6_hdr { struct
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip6.h11 struct ip6_hdr { struct
/third_party/musl/include/netinet/
Dip6.h11 struct ip6_hdr { struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip6.h11 struct ip6_hdr { struct
/third_party/lwip/src/core/
Draw.c149 struct ip6_hdr *ip6hdr = (struct ip6_hdr *)p->payload; in raw_input()
/third_party/toybox/toys/pending/
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()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-traffic.h122 struct ip6_hdr hdr;
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()
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/
Dip6.h82 struct ip6_hdr { struct
/third_party/ltp/testcases/network/sctp/
Dsctp_big_chunk.c59 struct ip6_hdr ip6; in setup_client()

12