HomeSort by relevance Sort by last modified time
    Searched refs:control_sock (Results 1 - 4 of 4) sorted by null

  /art/runtime/jdwp/
jdwp_adb.cc 98 int control_sock; variable
103 control_sock = this->control_sock_;
113 if (control_sock != -1) {
114 shutdown(control_sock, SHUT_RDWR);
269 int control_sock = ControlSock(); local
271 if (control_sock < 0 || !socket_peer_is_trusted(control_sock)) {
272 if (control_sock >= 0 && shutdown(control_sock, SHUT_RDWR)) {
280 ret = TEMP_FAILURE_RETRY(send(control_sock, buff, 4, 0))
415 int control_sock = ControlSock(); local
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd.h 115 char control_sock[sizeof(CONTROLSOCKET) + IF_NAMESIZE]; member in struct:dhcpcd_ctx
control.c 269 strlcpy(ctx->control_sock, sa.sun_path,
270 sizeof(ctx->control_sock));
309 if (unlink(ctx->control_sock) == -1)
  /external/netperf/src/
netlib.c 3237 SOCKET control_sock; local
    [all...]

Completed in 888 milliseconds