/external/android-clat/ |
clatd_microbenchmark.c | 164 int open_socket() { function 185 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)
|
/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/python/cpython2/Demo/sockets/ |
gopher.py | 41 def open_socket(host, port): function 52 s = open_socket(host, port)
|
/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);
|