OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osi_socket_make_sockaddr_un
(Results
1 - 3
of
3
) sorted by null
/system/bt/osi/include/socket_utils/
socket_local.h
35
int
osi_socket_make_sockaddr_un
(const char *name, int namespaceId,
/system/bt/osi/src/socket_utils/
socket_local_client.c
34
int
osi_socket_make_sockaddr_un
(const char *name, int namespaceId,
function
118
err =
osi_socket_make_sockaddr_un
(name, namespaceId, &addr, &alen);
socket_local_server.c
48
err =
osi_socket_make_sockaddr_un
(name, namespaceId, &addr, &alen);
Completed in 141 milliseconds