Searched refs:connect (Results 1 – 11 of 11) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | wasi-p2.txt | 51 connect
|
| H A D | windows.txt | 181 connect
|
| H A D | unix.txt | 497 connect
|
| H A D | aix.txt | 1865 connect
|
| H A D | android.txt | 3258 connect
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | p2.rs | 134 pub fn connect(fd: c_int, name: *const sockaddr, addrlen: socklen_t) -> c_int; in connect() function
|
| /rust-libc-0.2.174/src/ |
| H A D | hermit.rs | 498 pub fn connect(sockfd: i32, addr: *const sockaddr, addrlen: socklen_t) -> i32; in connect() function
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 551 pub fn connect(s: SOCKET, name: *const crate::sockaddr, namelen: c_int) -> c_int; in connect() function
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1595 pub fn connect(s: c_int, name: *const crate::sockaddr, namelen: crate::socklen_t) -> c_int; in connect() function
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 778 pub fn connect(socket: c_int, address: *const sockaddr, len: socklen_t) -> c_int; in connect() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3552 pub fn connect(socket: c_int, address: *const sockaddr, len: socklen_t) -> c_int; in connect() function
|