Home
last modified time | relevance | path

Searched refs:pr_icmph (Results 1 – 2 of 2) sorted by relevance

/external/iputils/
Dping.c103 static void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp);
700 pr_icmph(e->ee_type, e->ee_code, e->ee_info, NULL); in receive_error_msg()
898 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); in parse_reply()
924 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); in parse_reply()
987 void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp) in pr_icmph() function
Dping6.c160 static int pr_icmph(__u8 type, __u8 code, __u32 info);
1338 pr_icmph(e->ee_type, e->ee_code, e->ee_info); in receive_error_msg()
1682 pr_icmph(icmph->icmp6_type, icmph->icmp6_code, ntohl(icmph->icmp6_mtu)); in parse_reply()
1698 int pr_icmph(__u8 type, __u8 code, __u32 info) in pr_icmph() function