Home
last modified time | relevance | path

Searched refs:ipTos (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c280 int32_t ipTos = TCP_KEEPALIVE_TOS_VAL; in OnConnectEvent() local
282 if (SoftBusSocketSetOpt(cfd, SOFTBUS_IPPROTO_IP_, SOFTBUS_IP_TOS_, &ipTos, sizeof(ipTos)) != in OnConnectEvent()
456 int32_t ipTos = TCP_KEEPALIVE_TOS_VAL; in SocketConnectDevice() local
457 if (SoftBusSocketSetOpt(fd, SOFTBUS_IPPROTO_IP_, SOFTBUS_IP_TOS_, &ipTos, sizeof(ipTos)) != SOFTBUS_ADAPTER_OK) { in SocketConnectDevice()

Completed in 3 milliseconds