Home
last modified time | relevance | path

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

/external/ping6/
Dping6.c280 int myechoreply(const struct icmp6_hdr *);
1344 myechoreply(const struct icmp6_hdr *icp) in myechoreply() function
1482 if (icp->icmp6_type == ICMP6_ECHO_REPLY && myechoreply(icp)) { in pr_pack()