Home
last modified time | relevance | path

Searched refs:wherelen (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_addr.c103 const void *where, size_t wherelen, in BIO_ADDR_rawmake() argument
108 if (wherelen + 1 > sizeof(ap->s_un.sun_path)) in BIO_ADDR_rawmake()
117 if (wherelen != sizeof(struct in_addr)) in BIO_ADDR_rawmake()
127 if (wherelen != sizeof(struct in6_addr)) in BIO_ADDR_rawmake()
582 const void *where, size_t wherelen, in addrinfo_wrap() argument
609 BIO_ADDR_rawmake(addr, family, where, wherelen, port); in addrinfo_wrap()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_ADDR.pod21 const void *where, size_t wherelen, unsigned short port);
47 size B<wherelen> with an address in network byte order pointed at
51 In case this creates a B<AF_UNIX> B<BIO_ADDR>, B<wherelen> is expected
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h730 const void *where, size_t wherelen, unsigned short port);
H A Dbio.h.in707 const void *where, size_t wherelen, unsigned short port);