Home
last modified time | relevance | path

Searched refs:icmp6_hdr (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dicmp6.h24 struct icmp6_hdr { struct
95 struct icmp6_hdr nd_rs_hdr;
104 struct icmp6_hdr nd_ra_hdr;
120 struct icmp6_hdr nd_ns_hdr;
130 struct icmp6_hdr nd_na_hdr;
149 struct icmp6_hdr nd_rd_hdr;
202 struct icmp6_hdr mld_icmp6_hdr;
215 struct icmp6_hdr rr_hdr;
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dicmp6.h24 struct icmp6_hdr { struct
95 struct icmp6_hdr nd_rs_hdr;
104 struct icmp6_hdr nd_ra_hdr;
120 struct icmp6_hdr nd_ns_hdr;
130 struct icmp6_hdr nd_na_hdr;
149 struct icmp6_hdr nd_rd_hdr;
202 struct icmp6_hdr mld_icmp6_hdr;
215 struct icmp6_hdr rr_hdr;
/third_party/musl/include/netinet/
Dicmp6.h24 struct icmp6_hdr { struct
95 struct icmp6_hdr nd_rs_hdr;
104 struct icmp6_hdr nd_ra_hdr;
120 struct icmp6_hdr nd_ns_hdr;
130 struct icmp6_hdr nd_na_hdr;
149 struct icmp6_hdr nd_rd_hdr;
202 struct icmp6_hdr mld_icmp6_hdr;
215 struct icmp6_hdr rr_hdr;
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dicmp6.h24 struct icmp6_hdr { struct
95 struct icmp6_hdr nd_rs_hdr;
104 struct icmp6_hdr nd_ra_hdr;
120 struct icmp6_hdr nd_ns_hdr;
130 struct icmp6_hdr nd_na_hdr;
149 struct icmp6_hdr nd_rd_hdr;
202 struct icmp6_hdr mld_icmp6_hdr;
215 struct icmp6_hdr rr_hdr;
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dicmp6.h24 struct icmp6_hdr { struct
95 struct icmp6_hdr nd_rs_hdr;
104 struct icmp6_hdr nd_ra_hdr;
120 struct icmp6_hdr nd_ns_hdr;
130 struct icmp6_hdr nd_na_hdr;
149 struct icmp6_hdr nd_rd_hdr;
202 struct icmp6_hdr mld_icmp6_hdr;
215 struct icmp6_hdr rr_hdr;
/third_party/musl/ndk_musl_include/netinet/
Dicmp6.h24 struct icmp6_hdr { struct
95 struct icmp6_hdr nd_rs_hdr;
104 struct icmp6_hdr nd_ra_hdr;
120 struct icmp6_hdr nd_ns_hdr;
130 struct icmp6_hdr nd_na_hdr;
149 struct icmp6_hdr nd_rd_hdr;
202 struct icmp6_hdr mld_icmp6_hdr;
215 struct icmp6_hdr rr_hdr;
/third_party/lwip/src/core/ipv6/
Dicmp6.c85 struct icmp6_hdr *icmp6hdr; in icmp6_input()
92 if (p->len < sizeof(struct icmp6_hdr)) { in icmp6_input()
100 icmp6hdr = (struct icmp6_hdr *)p->payload; in icmp6_input()
389 struct icmp6_hdr *icmp6hdr; in icmp6_send_response_with_addrs_and_netif()
394 q = pbuf_alloc(PBUF_IP, sizeof(struct icmp6_hdr) + datalen, in icmp6_send_response_with_addrs_and_netif()
402 (q->len >= (sizeof(struct icmp6_hdr)))); in icmp6_send_response_with_addrs_and_netif()
404 icmp6hdr = (struct icmp6_hdr *)q->payload; in icmp6_send_response_with_addrs_and_netif()
410 offset = sizeof(struct icmp6_hdr); in icmp6_send_response_with_addrs_and_netif()
Dnd6.c897 struct icmp6_hdr *icmp6hdr; /* Packet too big message */ in nd6_input()
903 if (p->len < (sizeof(struct icmp6_hdr) + IP6_HLEN)) { in nd6_input()
911 icmp6hdr = (struct icmp6_hdr *)p->payload; in nd6_input()
912 ip6hdr = (struct ip6_hdr *)((u8_t*)p->payload + sizeof(struct icmp6_hdr)); in nd6_input()
/third_party/ltp/testcases/network/lib6/
Dasapi_02.c96 struct icmp6_hdr ic6; in ic6_send1()
141 struct icmp6_hdr *pic6 = (struct icmp6_hdr *)rbuf; in ic6_recv1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dndisc_snoop.c29 struct icmp6_hdr icmp6h;
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.c29 struct icmp6_hdr icmp6h;
107 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr)) in handle_ndisc()
/third_party/ltp/testcases/network/tcp_cmds/include/
Dnetdefs.h33 typedef struct icmp6_hdr icmp_t;
/third_party/lwip/src/include/lwip/prot/
Dicmp6.h138 struct icmp6_hdr { struct
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-traffic.h141 struct icmp6_hdr hdr;
Dns-icmpv6_sender.c368 ip6_psize = sizeof(struct icmp6_hdr) /* ICMP header */ in create_echo_request()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_ip_icmp.h58 struct icmp6_hdr { struct
/third_party/toybox/toys/pending/
Dtraceroute.c381 struct icmp6_hdr *ricmp = (struct icmp6_hdr *) toybuf; in do_trace()