Searched defs:sock_fd (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_sock_util.c | 72 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()
|
D | btif_sock.c | 93 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()
|
D | btif_sock_rfc.c | 308 int* sock_fd, int flags) in btsock_rfc_listen() 347 int channel, int* sock_fd, int flags) in btsock_rfc_connect()
|
/external/dhcpcd/ |
D | if-linux.c | 64 static int sock_fd; variable
|
/external/libpcap/ |
D | pcap-linux.c | 1392 int sock_fd = -1, arptype; in live_open_new() local
|
/external/ppp/pppd/ |
D | sys-linux.c | 177 static int sock_fd = -1; /* socket for doing interface ioctls */ variable 1839 int ret, sock_fd; in get_if_hwaddr() local
|