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

/system/bluetooth/tools/
H A Dsock_shutdown_test.c70 int typ = -1; local
76 typ = SOCK_STREAM;
81 typ = SOCK_STREAM;
86 typ = SOCK_SEQPACKET;
91 typ = SOCK_SEQPACKET;
96 typ = SOCK_STREAM;
102 ret = socket(family, typ, protocol);
H A Dasocket_test.c88 int typ = -1; local
94 typ = SOCK_STREAM;
99 typ = SOCK_STREAM;
104 typ = SOCK_SEQPACKET;
109 typ = SOCK_SEQPACKET;
114 typ = SOCK_STREAM;
120 ret = socket(family, typ, protocol);
H A Dsocktest.c87 int typ = -1; local
93 typ = SOCK_STREAM;
98 typ = SOCK_STREAM;
103 typ = SOCK_SEQPACKET;
108 typ = SOCK_SEQPACKET;
113 typ = SOCK_STREAM;
119 ret = socket(family, typ, protocol);

Completed in 111 milliseconds