Searched refs:ss_to_text (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.sbin/smtpd/ |
| D | config.c | 194 table_add(t, ss_to_text(&ss), NULL); in set_localaddrs() 195 table_add(localnames, ss_to_text(&ss), NULL); in set_localaddrs() 213 table_add(t, ss_to_text(&ss), NULL); in set_localaddrs() 214 table_add(localnames, ss_to_text(&ss), NULL); in set_localaddrs()
|
| D | proxy.c | 148 s->id, ss_to_text(&s->ss)); in proxy_session() 263 s, ss_to_text(&s->ss), reason, extra); in proxy_error() 266 s, ss_to_text(&s->ss), reason); in proxy_error()
|
| D | ruleset.c | 74 key = ss_to_text(&evp->ss); in ruleset_match_from()
|
| D | lka_filter.c | 1232 filter_check_src_table(filter, K_NETADDR, ss_to_text(&fs->ss_src)) || in filter_builtins_global() 1233 filter_check_src_regex(filter, ss_to_text(&fs->ss_src)) || in filter_builtins_global() 1406 if (strcmp(ss_to_text(ss_src), "local") == 0) { in lka_report_smtp_link_connect() 1410 (void)snprintf(src, sizeof src, "%s:%d", ss_to_text(ss_src), src_port); in lka_report_smtp_link_connect() 1411 (void)snprintf(dest, sizeof dest, "%s:%d", ss_to_text(ss_dest), dest_port); in lka_report_smtp_link_connect()
|
| D | smtp_session.c | 646 log_warnx("getnameinfo: %s: %s", ss_to_text(&s->ss), in smtp_getnameinfo_cb() 680 strlcpy(rev, ss_to_text(&s->ss), sizeof(rev)); in smtp_getaddrinfo_cb() 1770 ss_to_text(&s->ss), in smtp_proceed_helo() 1789 ss_to_text(&s->ss), in smtp_proceed_ehlo() 2065 s->id, ss_to_text(&s->ss), s->rdns); in smtp_connected() 2072 smtp_filter_phase(FILTER_CONNECT, s, ss_to_text(&s->ss)); in smtp_connected() 2768 ss_to_text(&s->ss), in smtp_message_begin()
|
| D | smtp.c | 236 ss_to_text(&l->ss), ntohs(l->port), l->flags); in smtp_setup_events()
|
| D | envelope.c | 690 return ascii_dump_string(ss_to_text(&ep->ss), buf, len); in ascii_dump_field()
|
| D | to.c | 134 ss_to_text(const struct sockaddr_storage *ss) in ss_to_text() function
|
| D | smtpd.h | 1671 const char *ss_to_text(const struct sockaddr_storage *);
|