OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_bind_server
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
sockets.c
1275
socket_bind_server
( int s, const SockAddress* to, SocketType type )
function
1326
return
socket_bind_server
( s, &addr, type );
1412
ret =
socket_bind_server
( s, &addr, type );
[
all
...]
/sdk/emulator/opengl/tests/event_injector/
sockets.c
1261
socket_bind_server
( int s, const SockAddress* to, SocketType type )
function
1312
return
socket_bind_server
( s, &addr, type );
1398
ret =
socket_bind_server
( s, &addr, type );
[
all
...]
Completed in 19 milliseconds