Searched refs:wherelen (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_addr.c | 103 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 D | BIO_ADDR.pod | 21 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 D | bio.h | 730 const void *where, size_t wherelen, unsigned short port);
|
H A D | bio.h.in | 707 const void *where, size_t wherelen, unsigned short port);
|