Home
last modified time | relevance | path

Searched refs:addr_match_cidr_list (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/
H A Dmatch.h29 int addr_match_cidr_list(const char *, const char *);
H A Daddrmatch.c109 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list() function
H A Dauth2-pubkeyfile.c115 switch (addr_match_cidr_list(remote_ip, in auth_authorise_keyopts()
H A Dauth-options.c157 if (addr_match_cidr_list(NULL, allowed) == -1) { in cert_option_list()
H A Dssh_namespace.h41 #define addr_match_cidr_list Fssh_addr_match_cidr_list macro
H A Dreadconf.c633 if (addr_match_cidr_list(addr, addrlist) == 1) { in check_match_ifaddrs()
823 if (addr_match_cidr_list(NULL, arg) == -1) { in match_cfg_line()
H A Dssh-keygen.c2090 if (addr_match_cidr_list(NULL, val) != 0) in add_cert_option()