Lines Matching refs:RawSocketlike
36 pub type RawSocketlike = RawFd; typedef
43 pub type RawSocketlike = RawSocket; typedef
84 fn as_raw_socketlike(&self) -> RawSocketlike; in as_raw_socketlike() argument
90 fn as_raw_socketlike(&self) -> RawSocketlike { in as_raw_socketlike() argument
100 fn as_raw_socketlike(&self) -> RawSocketlike; in as_raw_socketlike() argument
106 fn as_raw_socketlike(&self) -> RawSocketlike { in as_raw_socketlike() argument
148 fn into_raw_socketlike(self) -> RawSocketlike; in into_raw_socketlike() argument
154 fn into_raw_socketlike(self) -> RawSocketlike { in into_raw_socketlike() argument
164 fn into_raw_socketlike(self) -> RawSocketlike; in into_raw_socketlike() argument
170 fn into_raw_socketlike(self) -> RawSocketlike { in into_raw_socketlike() argument
228 unsafe fn from_raw_socketlike(raw: RawSocketlike) -> Self; in from_raw_socketlike()
234 unsafe fn from_raw_socketlike(raw: RawSocketlike) -> Self { in from_raw_socketlike()
244 unsafe fn from_raw_socketlike(raw: RawSocketlike) -> Self; in from_raw_socketlike()
250 unsafe fn from_raw_socketlike(raw: RawSocketlike) -> Self { in from_raw_socketlike()