Lines Matching refs:family

113 int ATNetworkTool::GetLocalIPs(ATAddressList &addresses, int &error, int family, bool withloopback)  in GetLocalIPs()  argument
181 if (AF_UNSPEC != family) { in GetLocalIPs()
182 if (ATNetworkTool::AF_XINETX == family) { in GetLocalIPs()
187 if (ifa->ifa_addr->sa_family != family) { in GetLocalIPs()
202 int ATNetworkTool::GetLocalNetDomains(ATDomainMap &domains, int &error, int family) in GetLocalNetDomains() argument
207 if (0 != (ret = ATNetworkTool::GetLocalIPs(addresses, error, family))) { in GetLocalNetDomains()
245 int family, bool zeroport) in GetSockPeerIPs() argument
269 if (ATNetworkTool::AF_XINETX == family) { in GetSockPeerIPs()
272 hints.ai_family = family; in GetSockPeerIPs()
280 if (ATNetworkTool::AF_XINETX == family) { in GetSockPeerIPs()
295 int ATNetworkTool::IsSockPeerLocal(int sock, int &error, int family) in IsSockPeerLocal() argument
301 family, true)) { in IsSockPeerLocal()
305 family, true)) { in IsSockPeerLocal()
331 int family, int socktype, int protocol) in CreateSocket() argument
333 int s = socket(family, socktype, protocol); in CreateSocket()
371 int family, int socktype, int protocol) in ConnectSocket() argument
377 if (ATNetworkTool::AF_XINETX == family) { in ConnectSocket()
380 hints.ai_family = family; in ConnectSocket()
394 if (ATNetworkTool::AF_XINETX == family) { in ConnectSocket()
421 int family, int socktype, int protocol, in CreateServerSocket() argument
430 family, socktype, protocol, in CreateServerSocket()
437 int family, int socktype, int protocol, in CreateServerSocket() argument
446 family, socktype, protocol, in CreateServerSocket()
459 int family, int socktype, int protocol, in CreateServerSockets() argument
468 family, socktype, protocol, in CreateServerSockets()
475 int family, int socktype, int protocol, in CreateServerSockets() argument
482 if (ATNetworkTool::AF_XINETX == family) { in CreateServerSockets()
485 hints.ai_family = family; in CreateServerSockets()
499 if (ATNetworkTool::AF_XINETX == family) { in CreateServerSockets()
574 int family, int socktype, int protocol) in Connect() argument
581 family, socktype, protocol); in Connect()
586 int family, int socktype, int protocol) in Connect() argument
596 if (ATNetworkTool::AF_XINETX == family) { in Connect()
599 hints.ai_family = family; in Connect()
609 if (ATNetworkTool::AF_XINETX == family) { in Connect()
612 hints.ai_family = family; in Connect()
624 if (ATNetworkTool::AF_XINETX == family) { in Connect()
643 int family, int socktype, int protocol) in ConnectLoopback() argument
650 family, socktype, protocol); in ConnectLoopback()
655 int family, int socktype, int protocol) in ConnectLoopback() argument
665 if (ATNetworkTool::AF_XINETX == family) { in ConnectLoopback()
668 hints.ai_family = family; in ConnectLoopback()
679 if (ATNetworkTool::AF_XINETX == family) { in ConnectLoopback()