Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 14 of 14) sorted by relevance

/system/wlan/ti/wilink_6_1/Test/
DqosMngrDbg.c85 EQosProtocol protocol = QOS_NONE; in printQosMngrParams() local
92 protocol = QOS_WME; in printQosMngrParams()
103 if(protocol != QOS_NONE) in printQosMngrParams()
126 if(protocol == QOS_WME) in printQosMngrParams()
137 if(protocol == QOS_WME) in printQosMngrParams()
148 if(protocol == QOS_WME) in printQosMngrParams()
159 if(protocol == QOS_WME) in printQosMngrParams()
/system/bluetooth/tools/
Dsock_shutdown_test.c71 int protocol = -1; in _socket() local
77 protocol = 0; in _socket()
82 protocol = BTPROTO_RFCOMM; in _socket()
87 protocol = BTPROTO_SCO; in _socket()
92 protocol = BTPROTO_L2CAP; in _socket()
97 protocol = 0; in _socket()
102 ret = socket(family, typ, protocol); in _socket()
Dasocket_test.c89 int protocol = -1; in _socket() local
95 protocol = 0; in _socket()
100 protocol = BTPROTO_RFCOMM; in _socket()
105 protocol = BTPROTO_SCO; in _socket()
110 protocol = BTPROTO_L2CAP; in _socket()
115 protocol = 0; in _socket()
120 ret = socket(family, typ, protocol); in _socket()
Dsocktest.c88 int protocol = -1; in _socket() local
94 protocol = 0; in _socket()
99 protocol = BTPROTO_RFCOMM; in _socket()
104 protocol = BTPROTO_SCO; in _socket()
109 protocol = BTPROTO_L2CAP; in _socket()
114 protocol = 0; in _socket()
119 ret = socket(family, typ, protocol); in _socket()
/system/wlan/ti/sta_dk_4_0_4_32/config/
Dtiwlan.ini155 desiredPsMode = 0 # Global Power save delivery protocol (1 - UPSD, 0 - Legacy)
156 QOS_wmePsModeBE = 0 # Power save delivery protocol for BE AC (1 - UPSD, 0 - Legacy)
157 QOS_wmePsModeBK = 0 # Power save delivery protocol for BK AC (1 - UPSD, 0 - Legacy)
158 QOS_wmePsModeVI = 0 # Power save delivery protocol for VI AC (1 - UPSD, 0 - Legacy)
159 QOS_wmePsModeVO = 0 # Power save delivery protocol for VO AC (1 - UPSD, 0 - Legacy)
161 # QOS_PacketBurstEnable = 1 # Packet Burst for non-QOS protocol
/system/core/libnetutils/
Dpacket.c107 ip.protocol = IPPROTO_UDP; in send_packet()
192 } else if (packet.ip.protocol != IPPROTO_UDP) { in receive_packet()
194 LOGD("IP protocol (%d) is not UDP", packet.ip.protocol); in receive_packet()
227 packet.ip.protocol = IPPROTO_UDP; in receive_packet()
/system/wlan/ti/wilink_6_1/config/
Dtiwlan.ini136 desiredPsMode = 1 # Global Power save delivery protocol (1 - UPSD, 0 - Legacy)
137 QOS_wmePsModeBE = 1 # Power save delivery protocol for BE AC (1 - UPSD, 0 - Legacy)
138 QOS_wmePsModeBK = 1 # Power save delivery protocol for BK AC (1 - UPSD, 0 - Legacy)
139 QOS_wmePsModeVI = 1 # Power save delivery protocol for VI AC (1 - UPSD, 0 - Legacy)
140 QOS_wmePsModeVO = 1 # Power save delivery protocol for VO AC (1 - UPSD, 0 - Legacy)
/system/core/adb/
Dprotocol.txt8 This replacement further simplifies the concept, reducing the protocol
17 The protocol is designed to be straightforward and well-defined enough
21 The protocol discards the layering aproto has and should allow the
25 --- protocol overview and basics ---------------------------------------
42 connection. The protocol depends on shared state and any break in the
59 The version is used to ensure protocol compatibility and maxdata
97 * "fs-bridge" - FUSE protocol filesystem bridge
205 endpoint at any given time. The protocol remains unchanged, but the
Dsysdeps.h427 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) in unix_socketpair() argument
429 return socketpair( d, type, protocol, sv ); in unix_socketpair()
DOVERVIEW.TXT79 1. Client <-> Server protocol:
81 This details the protocol used between ADB clients and the ADB
/system/core/fastboot/
DAndroid.mk20 LOCAL_SRC_FILES := protocol.c engine.c bootimg.c fastboot.c
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/
DDebugTraceXfer.c78 UINT8 protocol; member
639 Frame->IP_Header.protocol = IP_Protocol; in debugTrace_BuildFrame()
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
Dosapi.c471 skb->protocol = eth_type_trans(skb, drv->netdev); in os_receivePacket()
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
Dosapi.c1285 skb->protocol = eth_type_trans(skb, drv->netdev); in os_receivePacket()