Searched refs:addr_pton (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssh/
H A Daddrmatch.c56 if (addr != NULL && addr_pton(addr, &try_addr) != 0) {
116 if (addr != NULL && addr_pton(addr, &try_addr) != 0) {
H A Daddr.h49 int addr_pton(const char *p, struct xaddr *n);
H A Daddr.c376 addr_pton(const char *p, struct xaddr *n) function
475 if (addr_pton(addrbuf, &tmp) == -1)
H A Dssh_namespace.h48 #define addr_pton Fssh_addr_pton macro

Completed in 284 milliseconds