Searched refs:pr_icmph (Results 1 – 2 of 2) sorted by relevance
/external/iputils/ |
D | ping.c | 103 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
|
D | ping6.c | 160 static int pr_icmph(__u8 type, __u8 code, __u32 info); 1340 pr_icmph(e->ee_type, e->ee_code, e->ee_info); in receive_error_msg() 1684 pr_icmph(icmph->icmp6_type, icmph->icmp6_code, ntohl(icmph->icmp6_mtu)); in parse_reply() 1700 int pr_icmph(__u8 type, __u8 code, __u32 info) in pr_icmph() function
|