Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c66 int check_reply(struct msghdr *, int, int, uchar_t *, uchar_t *);
328 check_reply(struct msghdr *msg, int cc, int seq, uchar_t *type, uchar_t *code) in check_reply() function
H A Dtraceroute.c201 extern int check_reply(struct msghdr *, int, int, uchar_t *, uchar_t *);
1209 pr->check_reply_fn = check_reply; in setup_protocol()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c80 void check_reply(struct addrinfo *, struct msghdr *, int, ushort_t);
223 check_reply(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply() function
H A Dping.c216 extern void check_reply(struct addrinfo *, struct msghdr *, int, ushort_t);
1994 check_reply(ai_dst, &in_msg, cc, in recv_icmp_packet()