Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/relayd/
Dutil.c32 host_error(enum host_error he) in host_error() function
Dhce.c194 hce_notify_done(struct host *host, enum host_error he) in hce_notify_done()
244 msg = host_error(he); in hce_notify_done()
Dcheck_icmp.c43 void icmp_checks_timeout(struct ctl_icmp_event *, enum host_error);
136 icmp_checks_timeout(struct ctl_icmp_event *cie, enum host_error he) in icmp_checks_timeout()
Drelayd.h451 enum host_error { enum
1162 const char *host_error(enum host_error);
1205 void hce_notify_done(struct host *, enum host_error);
/openbsd/src/usr.sbin/relayctl/
Drelayctl.c391 printf(", error: %s", host_error(host->he)); in show_summary_msg()