Home
last modified time | relevance | path

Searched refs:SOCKADDR (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dsocket_addr.rs18 AF_INET, AF_INET6, IN6_ADDR, IN6_ADDR_0, IN_ADDR, IN_ADDR_0, SOCKADDR, SOCKADDR_IN,
29 pub(crate) fn as_ptr(&self) -> *const SOCKADDR {
30 (self as *const SocketAddrWin).cast::<SOCKADDR>()
H A Dwinapi.rs174 pub fn bind(s: SOCKET, name: *const SOCKADDR, namelen: c_int) -> c_int; in bind()
192 pub fn connect(s: SOCKET, name: *const SOCKADDR, namelen: c_int) -> c_int; in connect()
262 pub struct SOCKADDR { structure names
370 impl_clone!(SOCKADDR);

Completed in 2 milliseconds