/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() 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 …]
|
D | ip6_frag.c | 554 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/ |
D | coap_io_riot.c | 214 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/ |
D | lowpan6.c | 573 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()
|
D | lowpan6_common.c | 140 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/ |
D | ndisc_snoop.c | 28 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/ |
D | ndisc_snoop.c | 28 struct ip6_hdr ipv6h; 107 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr)) in handle_ndisc()
|
/third_party/iptables/iptables/ |
D | nft-ipv6.c | 55 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/ |
D | ip.h | 119 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))
|
D | ip6_frag.h | 93 struct ip6_hdr *iphdr; /* pointer to the first (original) IPv6 header */
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_header.h | 569 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/ |
D | user_ip6_var.h | 64 struct ip6_hdr { struct
|
/third_party/musl/ndk_musl_include/netinet/ |
D | ip6.h | 11 struct ip6_hdr { struct
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | ip6.h | 11 struct ip6_hdr { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | ip6.h | 11 struct ip6_hdr { struct
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | ip6.h | 11 struct ip6_hdr { struct
|
/third_party/musl/include/netinet/ |
D | ip6.h | 11 struct ip6_hdr { struct
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | ip6.h | 11 struct ip6_hdr { struct
|
/third_party/lwip/src/core/ |
D | raw.c | 149 struct ip6_hdr *ip6hdr = (struct ip6_hdr *)p->payload; in raw_input()
|
/third_party/toybox/toys/pending/ |
D | traceroute.c | 388 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/ |
D | ns-traffic.h | 122 struct ip6_hdr hdr;
|
D | ns-icmpv6_sender.c | 344 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()
|
D | ns-icmp_redirector.c | 515 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/ |
D | ip6.h | 82 struct ip6_hdr { struct
|
/third_party/ltp/testcases/network/sctp/ |
D | sctp_big_chunk.c | 59 struct ip6_hdr ip6; in setup_client()
|