| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/ |
| H A D | icmp6.h | 38 struct icmp6_hdr struct 113 struct icmp6_hdr nd_rs_hdr; 124 struct icmp6_hdr nd_ra_hdr; 142 struct icmp6_hdr nd_ns_hdr; 154 struct icmp6_hdr nd_na_hdr; 175 struct icmp6_hdr nd_rd_hdr; 236 struct icmp6_hdr mld_icmp6_hdr; 250 struct icmp6_hdr rr_hdr;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/ |
| H A D | icmp6.h | 38 struct icmp6_hdr struct 113 struct icmp6_hdr nd_rs_hdr; 124 struct icmp6_hdr nd_ra_hdr; 142 struct icmp6_hdr nd_ns_hdr; 154 struct icmp6_hdr nd_na_hdr; 175 struct icmp6_hdr nd_rd_hdr; 236 struct icmp6_hdr mld_icmp6_hdr; 250 struct icmp6_hdr rr_hdr;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | fix-disable-ipv6.patch | 39 #define PING_HEADER_LEN (USE_IPV6 ? sizeof (struct icmp6_hdr) : ICMP_MINLEN) 53 #define _PING_BUFLEN(p, u) ((u)? ((p)->ping_datalen + sizeof (struct icmp6_hdr)) : \ 62 struct sockaddr_in6 * from, struct icmp6_hdr * icmp,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmipv6.h | 87 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct 117 struct icmp6_hdr icmph; argument
|
| H A D | bcmproto.h | 258 if ((plen -= sizeof(struct icmp6_hdr)) < 0) { in hnd_frame_proto()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmipv6.h | 92 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct 122 struct icmp6_hdr icmph; argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmipv6.h | 92 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct 122 struct icmp6_hdr icmph; argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmipv6.h | 92 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct 122 struct icmp6_hdr icmph; argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmipv6.h | 92 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct 122 struct icmp6_hdr icmph; argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmipv6.h | 87 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct 117 struct icmp6_hdr icmph; argument
|
| H A D | bcmproto.h | 258 if ((plen -= sizeof(struct icmp6_hdr)) < 0) { in hnd_frame_proto()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | icmpv6.h | 9 static inline struct icmp6hdr *icmp6_hdr(const struct sk_buff *skb) in icmp6_hdr() function
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | icmp.c | 285 icmp6h = icmp6_hdr(skb); in icmpv6_push_pending_frames() 720 struct icmp6hdr *icmph = icmp6_hdr(skb); in icmpv6_echo_reply() 903 hdr = icmp6_hdr(skb); in icmpv6_rcv() 927 hdr = icmp6_hdr(skb); in icmpv6_rcv()
|
| H A D | datagram.c | 291 switch (icmp6_hdr(skb)->icmp6_type) { in ipv6_icmp_error_rfc4884() 295 icmp6_hdr(skb)->icmp6_datagram_len * 8); in ipv6_icmp_error_rfc4884() 303 struct icmp6hdr *icmph = icmp6_hdr(skb); in ipv6_icmp_error()
|
| H A D | mcast.c | 1369 mld = (struct mld_msg *)icmp6_hdr(skb); in igmp6_event_query() 1472 mld = (struct mld_msg *)icmp6_hdr(skb); in igmp6_event_report()
|
| H A D | ndisc.c | 478 struct icmp6hdr *icmp6h = icmp6_hdr(skb); in ndisc_send_skb()
|
| H A D | ip6_output.c | 1929 ICMP6MSGOUT_INC_STATS(net, idev, icmp6_hdr(skb)->icmp6_type); in __ip6_make_skb()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6t_NPT.c | 86 if (!icmpv6_is_err(icmp6_hdr(skb)->icmp6_type)) in icmpv6_bounced_ipv6hdr()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ping.c | 501 type = icmp6_hdr(skb)->icmp6_type; in ping_err() 502 code = icmp6_hdr(skb)->icmp6_code; in ping_err()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_multicast.c | 931 mldq = (struct mld_msg *)icmp6_hdr(skb); in br_ip6_multicast_alloc_query() 942 mld2q = (struct mld2_query *)icmp6_hdr(skb); in br_ip6_multicast_alloc_query() 2374 icmp6h = icmp6_hdr(skb); in br_ip6_multicast_mld2_report() 2744 mld = (struct mld_msg *) icmp6_hdr(skb); in br_ip6_multicast_query() 2753 mld2q = (struct mld2_query *)icmp6_hdr(skb); in br_ip6_multicast_query() 3081 if (icmp6_hdr(skb)->icmp6_type != ICMPV6_MRDISC_ADV) in br_ip6_multicast_mrd_rcv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pktlog.c | 1386 struct icmp6_hdr *icmpv6_hdr; in dhd_cpkt_log_get_pkt_info() 1493 (struct icmp6_hdr *)(pkt_data + ETHER_HDR_LEN + sizeof(*ipv6)); in dhd_cpkt_log_get_pkt_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pktlog.c | 1386 struct icmp6_hdr *icmpv6_hdr; in dhd_cpkt_log_get_pkt_info() 1493 (struct icmp6_hdr *)(pkt_data + ETHER_HDR_LEN + sizeof(*ipv6)); in dhd_cpkt_log_get_pkt_info()
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow.c | 408 struct icmp6hdr *icmp = icmp6_hdr(skb); in parse_icmpv6()
|
| H A D | actions.c | 401 inet_proto_csum_replace16(&icmp6_hdr(skb)->icmp6_cksum, in update_ipv6_checksum()
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | multicast.c | 1034 switch (icmp6_hdr(skb)->icmp6_type) { in batadv_mcast_is_report_ipv6()
|