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

/system/wlan/ti/wilink_6_1/Test/
H A DqosMngrDbg.c85 EQosProtocol protocol = QOS_NONE; local
91 WLAN_OS_REPORT(("QOS protocol = QOS_WME\n"));
92 protocol = QOS_WME;
96 WLAN_OS_REPORT(("QOS protocol = NONE\n"));
103 if(protocol != QOS_NONE)
126 if(protocol == QOS_WME)
137 if(protocol == QOS_WME)
148 if(protocol == QOS_WME)
159 if(protocol == QOS_WME)
/system/bluetooth/tools/
H A Dsock_shutdown_test.c71 int protocol = -1; local
77 protocol = 0;
82 protocol = BTPROTO_RFCOMM;
87 protocol = BTPROTO_SCO;
92 protocol = BTPROTO_L2CAP;
97 protocol = 0;
102 ret = socket(family, typ, protocol);
H A Dasocket_test.c89 int protocol = -1; local
95 protocol = 0;
100 protocol = BTPROTO_RFCOMM;
105 protocol = BTPROTO_SCO;
110 protocol = BTPROTO_L2CAP;
115 protocol = 0;
120 ret = socket(family, typ, protocol);
H A Dsocktest.c88 int protocol = -1; local
94 protocol = 0;
99 protocol = BTPROTO_RFCOMM;
104 protocol = BTPROTO_SCO;
109 protocol = BTPROTO_L2CAP;
114 protocol = 0;
119 ret = socket(family, typ, protocol);
/system/core/libnetutils/
H A Dpacket.c107 ip.protocol = IPPROTO_UDP;
192 } else if (packet.ip.protocol != IPPROTO_UDP) {
194 LOGD("IP protocol (%d) is not UDP", packet.ip.protocol);
227 packet.ip.protocol = IPPROTO_UDP;
/system/core/fastboot/
H A 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/
H A DDebugTraceXfer.c67 #define IP_Protocol 0x11 /* UDP protocol */
78 UINT8 protocol; member in struct:__anon481
639 Frame->IP_Header.protocol = IP_Protocol;
/system/core/adb/
H A Dsysdeps.h427 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) argument
429 return socketpair( d, type, protocol, sv );
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A Dosapi.c471 skb->protocol = eth_type_trans(skb, drv->netdev);
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dosapi.c1285 skb->protocol = eth_type_trans(skb, drv->netdev);

Completed in 344 milliseconds