Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 5 of 5) sorted by relevance

/system/core/libnl_2/
Dnetlink.c248 int nl_connect(struct nl_sock *sk, int protocol) in nl_connect()
/system/bluetooth/tools/
Dsock_shutdown_test.c71 int protocol = -1; in _socket() local
Dasocket_test.c89 int protocol = -1; in _socket() local
Dsocktest.c88 int protocol = -1; in _socket() local
/system/core/adb/
Dsysdeps.h441 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) in unix_socketpair()