Searched refs:user_icmph (Results 1 – 2 of 2) sorted by relevance
66 struct icmp6hdr user_icmph; in ping_v6_sendmsg() local77 err = ping_common_sendmsg(AF_INET6, msg, len, &user_icmph, in ping_v6_sendmsg()78 sizeof(user_icmph)); in ping_v6_sendmsg()146 fl6.fl6_icmp_type = user_icmph.icmp6_type; in ping_v6_sendmsg()147 fl6.fl6_icmp_code = user_icmph.icmp6_code; in ping_v6_sendmsg()162 pfh.icmph.type = user_icmph.icmp6_type; in ping_v6_sendmsg()163 pfh.icmph.code = user_icmph.icmp6_code; in ping_v6_sendmsg()166 pfh.icmph.un.echo.sequence = user_icmph.icmp6_sequence; in ping_v6_sendmsg()
651 void *user_icmph, size_t icmph_len) in ping_common_sendmsg() argument674 if (memcpy_from_msg(user_icmph, msg, icmph_len)) in ping_common_sendmsg()678 type = ((struct icmphdr *) user_icmph)->type; in ping_common_sendmsg()679 code = ((struct icmphdr *) user_icmph)->code; in ping_common_sendmsg()682 type = ((struct icmp6hdr *) user_icmph)->icmp6_type; in ping_common_sendmsg()702 struct icmphdr user_icmph; in ping_v4_sendmsg() local714 sizeof(user_icmph)); in ping_v4_sendmsg()786 fl4.fl4_icmp_type = user_icmph.type; in ping_v4_sendmsg()787 fl4.fl4_icmp_code = user_icmph.code; in ping_v4_sendmsg()814 pfh.icmph.code = user_icmph.code; /* ditto */ in ping_v4_sendmsg()[all …]
Completed in 5 milliseconds