Lines Matching refs:AF_UNIX
59 * @host: the host name or path (for AF_UNIX) to connect to.
60 * @port: the port to connect to (ignored for AF_UNIX).
61 * @bindhost: source host or path (for AF_UNIX).
62 * @bindport: source port (ignored for AF_UNIX).
63 * @family: desired socket family, may be AF_INET, AF_INET6, AF_UNIX or
69 * family == AF_UNIX, to the path found in host.
182 BIO_ADDRINFO_family(res) == AF_UNIX ? "unix " : "",
242 * @host: the host name or path (for AF_UNIX) to connect to.
243 * @port: the port to connect to (ignored for AF_UNIX).
244 * @family: desired socket family, may be AF_INET, AF_INET6, AF_UNIX or
254 * family == AF_UNIX, to the path found in host, then start accepting
425 # ifdef AF_UNIX
426 if (family == AF_UNIX)