Searched refs:IsTCPSocket (Results 1 – 2 of 2) sorted by relevance
50 static inline bool IsTCPSocket(int sockFD) in IsTCPSocket() function78 if (sockFd <= 0 || !IsTCPSocket(sockFd)) { in ExecInit()
670 static bool IsTCPSocket(int sockfd) in IsTCPSocket() function704 if (!IsTCPSocket(sock)) { in ExitOrAbnormal()