Searched refs:so (Results 1 – 2 of 2) sorted by relevance
99 $(objpfx)tst-getmyaddr: $(common-objpfx)linkobj/libc.so100 $(objpfx)tst-xdrmem: $(common-objpfx)linkobj/libc.so101 $(objpfx)tst-xdrmem2: $(common-objpfx)linkobj/libc.so102 $(objpfx)tst-udp-error: $(common-objpfx)linkobj/libc.so104 $(common-objpfx)linkobj/libc.so $(shared-thread-library)106 $(objpfx)thrsvc: $(common-objpfx)linkobj/libc.so $(shared-thread-library)108 $(objpfx)tst-udp-timeout: $(common-objpfx)linkobj/libc.so109 $(objpfx)tst-udp-nonblocking: $(common-objpfx)linkobj/libc.so111 $(common-objpfx)linkobj/libc.so $(shared-thread-library)
51 int so = __socket (AF_INET, SOCK_STREAM, IPPROTO_TCP); in __get_socket() local52 if (so < 0) in __get_socket()61 int cc = __bind (so, (struct sockaddr *) &laddr, namelen); in __get_socket()65 __close (so); in __get_socket()69 cc = __connect (so, (struct sockaddr *) saddr, namelen); in __get_socket()73 return so; in __get_socket()
Completed in 6 milliseconds