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

  /external/android-clat/
clatd_microbenchmark.c 165 int open_socket() { function
186 int sock = open_socket();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
gopher.py 41 def open_socket(host, port): function
52 s = open_socket(host, port)
  /frameworks/native/cmds/dumpstate/
dumpstate.h 371 int open_socket(const char *service);
utils.cpp 728 int open_socket(const char *service) { function
753 int fd = open_socket(service);
    [all...]
dumpstate.cpp     [all...]
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 211 * Function: open_socket()
222 int open_socket(const char *ifname) function
818 redirector.sd = open_socket(redirector.ifname);
  /external/ppp/pppd/
tty.c 121 static int open_socket __P((char *));
653 int fd = open_socket(pty_socket);
868 * open_socket - establish a stream socket connection to the nominated
872 open_socket(dest) function
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 251 static int open_socket(const char *path) function
1074 serv_sock = open_socket(socket_path);

Completed in 633 milliseconds