HomeSort by relevance Sort by last modified time
    Searched refs:pr_icmph (Results 1 - 2 of 2) sorted by null

  /external/iputils/
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);
898 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
924 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
984 * pr_icmph --
987 void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp) function
    [all...]
ping6.c 160 static int pr_icmph(__u8 type, __u8 code, __u32 info);
1700 int pr_icmph(__u8 type, __u8 code, __u32 info) function
    [all...]

Completed in 67 milliseconds