/external/iputils/ |
ping_common.h | 281 extern int parse_reply(struct msghdr *msg, int len, void *addr, struct timeval *);
|
ping.c | 767 * parse_reply -- 780 parse_reply(struct msghdr *msg, int cc, void *addr, struct timeval *tv) function [all...] |
ping_common.c | 845 not_ours = parse_reply(&msg, cc, addrbuf, recv_timep);
|
ping6.c | 1586 parse_reply(struct msghdr *msg, int cc, void *addr, struct timeval *tv) function [all...] |