family            181 lib/socket_wrapper/socket_wrapper.c static void set_port(int family, int prt, struct sockaddr *addr)
family            183 lib/socket_wrapper/socket_wrapper.c 	switch (family) {
family            195 lib/socket_wrapper/socket_wrapper.c static size_t socket_length(int family)
family            197 lib/socket_wrapper/socket_wrapper.c 	switch (family) {
family            214 lib/socket_wrapper/socket_wrapper.c 	int family;
family            349 lib/socket_wrapper/socket_wrapper.c 	switch (si->family) {
family            457 lib/socket_wrapper/socket_wrapper.c 	switch (si->family) {
family            556 lib/socket_wrapper/socket_wrapper.c 			set_port(si->family, prt, si->myname);
family            618 lib/socket_wrapper/socket_wrapper.c 				    int family,
family            630 lib/socket_wrapper/socket_wrapper.c 	switch (family) {
family           1101 lib/socket_wrapper/socket_wrapper.c 	switch (si->family) {
family           1381 lib/socket_wrapper/socket_wrapper.c _PUBLIC_ int swrap_socket(int family, int type, int protocol)
family           1387 lib/socket_wrapper/socket_wrapper.c 		return real_socket(family, type, protocol);
family           1390 lib/socket_wrapper/socket_wrapper.c 	switch (family) {
family           1397 lib/socket_wrapper/socket_wrapper.c 		return real_socket(family, type, protocol);
family           1437 lib/socket_wrapper/socket_wrapper.c 	si->family = family;
family           1468 lib/socket_wrapper/socket_wrapper.c 	my_addrlen = socket_length(parent_si->family);
family           1492 lib/socket_wrapper/socket_wrapper.c 				       parent_si->family, my_addr, &len);
family           1503 lib/socket_wrapper/socket_wrapper.c 	child_si->family = parent_si->family;
family           1529 lib/socket_wrapper/socket_wrapper.c 				       child_si->family, my_addr, &len);
family           1559 lib/socket_wrapper/socket_wrapper.c static int swrap_auto_bind(struct socket_info *si, int family)
family           1577 lib/socket_wrapper/socket_wrapper.c 	switch (family) {
family           1606 lib/socket_wrapper/socket_wrapper.c 		if (si->family != family) {
family           1661 lib/socket_wrapper/socket_wrapper.c 	si->family = family;
family           1662 lib/socket_wrapper/socket_wrapper.c 	set_port(si->family, port, si->myname);
family           1683 lib/socket_wrapper/socket_wrapper.c 	if (si->family != serv_addr->sa_family) {
family           1819 lib/socket_wrapper/socket_wrapper.c 	switch (si->family) {
family           1855 lib/socket_wrapper/socket_wrapper.c 				     si->family, from, fromlen) == -1) {
family           1894 lib/socket_wrapper/socket_wrapper.c 			ret = swrap_auto_bind(si, si->family);
family             41 lib/socket_wrapper/socket_wrapper.h int swrap_socket(int family, int type, int protocol);
family             87 nsswitch/winbind_krb5_locator.c static const char *family_name(int family)
family             89 nsswitch/winbind_krb5_locator.c 	switch (family) {
family            119 nsswitch/winbind_krb5_locator.c 						int family)
family            137 nsswitch/winbind_krb5_locator.c 	switch (family) {
family            313 nsswitch/winbind_krb5_locator.c 					       int family,
family            331 nsswitch/winbind_krb5_locator.c 		        family_name(family), family);
family            334 nsswitch/winbind_krb5_locator.c 						   family);
family            383 nsswitch/winbind_krb5_locator.c 	aihints.ai_family = family;
family            193 source4/heimdal/lib/roken/getaddrinfo.c     int family = PF_UNSPEC;
family            197 source4/heimdal/lib/roken/getaddrinfo.c 	family = hints->ai_family;
family            212 source4/heimdal/lib/roken/getaddrinfo.c     if (family == PF_INET6 || family == PF_UNSPEC) {
family            217 source4/heimdal/lib/roken/getaddrinfo.c     if (family == PF_INET || family == PF_UNSPEC) {
family            281 source4/heimdal/lib/roken/getaddrinfo.c     int family = PF_UNSPEC;
family            285 source4/heimdal/lib/roken/getaddrinfo.c 	family = hints->ai_family;
family            289 source4/heimdal/lib/roken/getaddrinfo.c     if (family == PF_INET6 || family == PF_UNSPEC) {
family            300 source4/heimdal/lib/roken/getaddrinfo.c     if (family == PF_INET || family == PF_UNSPEC) {
family            321 source4/heimdal/lib/roken/getaddrinfo.c     int family = PF_UNSPEC;
family            327 source4/heimdal/lib/roken/getaddrinfo.c 	family = hints->ai_family;
family            332 source4/heimdal/lib/roken/getaddrinfo.c     if (family == PF_INET6 || family == PF_UNSPEC) {
family            344 source4/heimdal/lib/roken/getaddrinfo.c     if (family == PF_INET || family == PF_UNSPEC) {
family            383 source4/lib/socket/socket.c 							    const char *family,
family            392 source4/lib/socket/socket.c 	addr->family = family;
family            417 source4/lib/socket/socket.c 	addr->family = NULL; 
family            437 source4/lib/socket/socket.c 	addr->family	= oaddr->family;
family            462 source4/lib/socket/socket.c _PUBLIC_ const struct socket_ops *socket_getops_byname(const char *family, enum socket_type type)
family            468 source4/lib/socket/socket.c 	if (strcmp("ip", family) == 0 || 
family            469 source4/lib/socket/socket.c 	    strcmp("ipv4", family) == 0) {
family            474 source4/lib/socket/socket.c 	if (strcmp("ipv6", family) == 0) {
family            479 source4/lib/socket/socket.c 	if (strcmp("unix", family) == 0) {
family             33 source4/lib/socket/socket.h 	const char *family;
family            126 source4/lib/socket/socket.h 	int family;
family             50 source4/lib/socket/socket_ip.c 	sock->family = AF_INET;
family            291 source4/lib/socket/socket_ip.c 	src->family = sock->backend_name;
family            429 source4/lib/socket/socket_ip.c 	peer->family = sock->backend_name;
family            474 source4/lib/socket/socket_ip.c 	local->family = sock->backend_name;
family            607 source4/lib/socket/socket_ip.c 	sock->family = AF_INET6;
family            776 source4/lib/socket/socket_ip.c 	src->family = sock->backend_name;
family            894 source4/lib/socket/socket_ip.c 	peer->family = sock->backend_name;
family            941 source4/lib/socket/socket_ip.c 	local->family = sock->backend_name;
family            314 source4/lib/socket/socket_unix.c 	peer->family = sock->backend_name;
family            353 source4/lib/socket/socket_unix.c 	local->family = sock->backend_name;
family            333 source4/librpc/rpc/dcerpc_sock.c 	c->status = socket_create(server->family, SOCKET_TYPE_STREAM, &s->socket_ctx, 0);
family            262 source4/smbd/service_stream.c 			     const char *family,
family            277 source4/smbd/service_stream.c 	status = socket_create(family, SOCKET_TYPE_STREAM, &stream_socket->sock, 0);