| /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 | 41 uint8_t icmp6_code; /* code field */ member 118 #define nd_rs_code nd_rs_hdr.icmp6_code 131 #define nd_ra_code nd_ra_hdr.icmp6_code 148 #define nd_ns_code nd_ns_hdr.icmp6_code 160 #define nd_na_code nd_na_hdr.icmp6_code 182 #define nd_rd_code nd_rd_hdr.icmp6_code 241 #define mld_code mld_icmp6_hdr.icmp6_code 258 #define rr_code rr_hdr.icmp6_code
|
| /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 | 41 uint8_t icmp6_code; /* code field */ member 118 #define nd_rs_code nd_rs_hdr.icmp6_code 131 #define nd_ra_code nd_ra_hdr.icmp6_code 148 #define nd_ns_code nd_ns_hdr.icmp6_code 160 #define nd_na_code nd_na_hdr.icmp6_code 182 #define nd_rd_code nd_rd_hdr.icmp6_code 241 #define mld_code mld_icmp6_hdr.icmp6_code 258 #define rr_code rr_hdr.icmp6_code
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | mld.h | 15 #define mld_code mld_hdr.icmp6_code 36 #define mld2r_resv1 mld2r_hdr.icmp6_code 62 #define mld2q_code mld2q_hdr.icmp6_code
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ping.c | 118 fl6.fl6_icmp_code = user_icmph.icmp6_code; in ping_v6_sendmsg() 136 pfh.icmph.code = user_icmph.icmp6_code; in ping_v6_sendmsg()
|
| H A D | icmp.c | 584 tmp_hdr.icmp6_code = code; in icmp6_send() 934 icmpv6_notify(skb, type, hdr->icmp6_code, hdr->icmp6_mtu); in icmpv6_rcv() 976 icmpv6_notify(skb, type, hdr->icmp6_code, hdr->icmp6_mtu); in icmpv6_rcv()
|
| H A D | ndisc.c | 1151 ndmsg->nduseropt_icmp_code = icmp6h->icmp6_code; in ndisc_ra_useropt() 1750 if (msg->icmph.icmp6_code != 0) { in ndisc_rcv() 1752 msg->icmph.icmp6_code); in ndisc_rcv()
|
| H A D | datagram.c | 319 serr->ee.ee_code = icmph->icmp6_code; in ipv6_icmp_error()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmipv6.h | 89 uint8 icmp6_code; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmipv6.h | 94 uint8 icmp6_code; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmipv6.h | 94 uint8 icmp6_code; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmipv6.h | 94 uint8 icmp6_code; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmipv6.h | 94 uint8 icmp6_code; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmipv6.h | 89 uint8 icmp6_code; member
|
| /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/linux/ |
| H A D | icmpv6.h | 11 __u8 icmp6_code; member
|
| /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/linux/ |
| H A D | icmpv6.h | 11 __u8 icmp6_code; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | icmpv6.h | 11 __u8 icmp6_code; member
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_getport.c | 86 htons((ic->icmp6_type << 8) | ic->icmp6_code); in get_port()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_proto_icmpv6.c | 44 tuple->dst.u.icmp.code = hp->icmp6_code; in icmpv6_pkt_to_tuple()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | nf_log_ipv6.c | 232 ic->icmp6_type, ic->icmp6_code); in dump_ipv6_packet()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | nft_reject_bridge.c | 279 icmp6h->icmp6_code = code; in nft_reject_br_send_v6_unreach()
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow.c | 414 key->tp.dst = htons(icmp->icmp6_code); in parse_icmpv6() 417 if (icmp->icmp6_code == 0 && in parse_icmpv6()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_arp_nd_proxy.c | 241 if (m->icmph.icmp6_code != 0 || in br_is_nd_neigh_msg()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ping.c | 502 code = icmp6_hdr(skb)->icmp6_code; in ping_err() 688 code = ((struct icmp6hdr *) user_icmph)->icmp6_code; in ping_common_sendmsg()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | cdc_mbim.c | 360 msg->icmph.icmp6_code == 0 && in is_neigh_solicit()
|
| /OK3568_Linux_fs/kernel/drivers/staging/gdm724x/ |
| H A D | gdm_lte.c | 274 icmp6_out.icmp6_code = 0; in gdm_lte_emulate_ndp()
|