Lines Matching refs:net_icmp_hdr
63 struct net_icmp_hdr); in net_icmpv6_finalize()
64 struct net_icmp_hdr *icmp_hdr; in net_icmpv6_finalize()
66 icmp_hdr = (struct net_icmp_hdr *)net_pkt_get_data(pkt, &icmp_access); in net_icmpv6_finalize()
84 struct net_icmp_hdr); in net_icmpv6_create()
85 struct net_icmp_hdr *icmp_hdr; in net_icmpv6_create()
87 icmp_hdr = (struct net_icmp_hdr *)net_pkt_get_data(pkt, &icmp_access); in net_icmpv6_create()
102 struct net_icmp_hdr *icmp_hdr, in icmpv6_handle_echo_request()
210 struct net_icmp_hdr); in net_icmpv6_send_error()
211 struct net_icmp_hdr *icmp_hdr; in net_icmpv6_send_error()
215 icmp_hdr = (struct net_icmp_hdr *)net_pkt_get_data( in net_icmpv6_send_error()
340 struct net_icmp_hdr); in net_icmpv6_input()
341 struct net_icmp_hdr *icmp_hdr; in net_icmpv6_input()
344 icmp_hdr = (struct net_icmp_hdr *)net_pkt_get_data(pkt, &icmp_access); in net_icmpv6_input()