Searched refs:SLNETSOCK_PROTO_TCP (Results 1 – 3 of 3) sorted by relevance
298 else if (hints->ai_protocol != SLNETSOCK_PROTO_TCP && in SlNetUtil_getAddrInfo()699 (hints->ai_socktype == 0 && hints->ai_protocol == SLNETSOCK_PROTO_TCP) in setAddrInfo()702 && hints->ai_protocol == SLNETSOCK_PROTO_TCP)) { in setAddrInfo()705 SLNETSOCK_SOCK_STREAM, SLNETSOCK_PROTO_TCP); in setAddrInfo()
251 #define SLNETSOCK_PROTO_TCP (6) /**< TCP Raw Sock… macro
354 protocol = SLNETSOCK_PROTO_TCP; in SlNetSock_create()