Lines Matching defs:STATE

457 typedef struct STATE {
504 } STATE;
506 static DNS_RR *host_addr(STATE *, const char *);
522 static void PRINTFLIKE(3, 4) command(STATE *state, int verbose, char *fmt,...)
551 static RESPONSE *response(STATE *state, int verbose)
618 static int greeting(STATE *state)
645 static RESPONSE *ehlo(STATE *state)
679 static void print_stack(STATE *state, x509_stack_t *sk, int trustout)
712 static void print_trust_info(STATE *state)
736 static int starttls(STATE *state)
961 static int doproto(STATE *state)
1009 const char *name, const char *addr, STATE *state)
1063 static VSTREAM *connect_unix(STATE *state, const char *path)
1113 static VSTREAM *connect_addr(STATE *state, DNS_RR *addr)
1166 static DNS_RR *addr_one(STATE *state, DNS_RR *addr_list, const char *host,
1283 static DNS_RR *mx_addr_list(STATE *state, DNS_RR *mx_names)
1308 static DNS_RR *domain_addr(STATE *state, char *domain)
1373 static DNS_RR *service_addr(STATE *state, const char *domain,
1441 static DNS_RR *host_addr(STATE *state, const char *host)
1477 static int dane_host_level(STATE *state, DNS_RR *addr)
1592 static void connect_remote(STATE *state, char *dest)
1647 static int connect_dest(STATE *state)
1671 static void disconnect_dest(STATE *state)
1725 static int finger(STATE *state)
1771 static int run(STATE *state)
1789 static void cleanup(STATE *state)
1848 static void tls_init(STATE *state)
1892 static void parse_options(STATE *state, int argc, char *argv[])
2114 static void parse_match(STATE *state, int argc, char *argv[])
2151 static void parse_tas(STATE *state)
2179 static STATE state;