Searched refs:check_reply (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 68 int check_reply(struct msghdr *, int, int, uchar_t *, uchar_t *); 330 check_reply(struct msghdr *msg, int cc, int seq, uchar_t *type, uchar_t *code) in check_reply() function
|
H A D | traceroute.c | 189 extern int check_reply(struct msghdr *, int, int, uchar_t *, uchar_t *); 1185 pr->check_reply_fn = check_reply; in setup_protocol()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 78 void check_reply(struct addrinfo *, struct msghdr *, int, ushort_t); 221 check_reply(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply() function
|
H A D | ping.c | 192 extern void check_reply(struct addrinfo *, struct msghdr *, int, ushort_t); 1924 check_reply(ai_dst, &in_msg, cc, in recv_icmp_packet()
|