Home
last modified time | relevance | path

Searched defs:sock_fd (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_util.c72 int sock_send_all(int sock_fd, const uint8_t* buf, int len) in sock_send_all()
90 int sock_recv_all(int sock_fd, uint8_t* buf, int len) in sock_recv_all()
109 int sock_send_fd(int sock_fd, const uint8_t* buf, int len, int send_fd) in sock_send_fd()
Dbtif_sock.c93 const uint8_t* service_uuid, int channel, int* sock_fd, int flags) in btsock_listen()
123 const uint8_t* uuid, int channel, int* sock_fd, int flags) in btsock_connect()
Dbtif_sock_rfc.c308 int* sock_fd, int flags) in btsock_rfc_listen()
347 int channel, int* sock_fd, int flags) in btsock_rfc_connect()
/external/dhcpcd/
Dif-linux.c64 static int sock_fd; variable
/external/libpcap/
Dpcap-linux.c1392 int sock_fd = -1, arptype; in live_open_new() local
/external/ppp/pppd/
Dsys-linux.c177 static int sock_fd = -1; /* socket for doing interface ioctls */ variable
1839 int ret, sock_fd; in get_if_hwaddr() local