Searched refs:user_icmph (Results 1 – 2 of 2) sorted by relevance
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()683 code = ((struct icmp6hdr *) user_icmph)->icmp6_code; in ping_common_sendmsg()702 struct icmphdr user_icmph; in ping_v4_sendmsg() local713 err = ping_common_sendmsg(AF_INET, msg, len, &user_icmph, in ping_v4_sendmsg()714 sizeof(user_icmph)); in ping_v4_sendmsg()786 fl4.fl4_icmp_type = user_icmph.type; in ping_v4_sendmsg()[all …]
70 void *user_icmph, size_t icmph_len);