Searched refs:SO_BINDANY (Results 1 – 3 of 3) sorted by relevance
611 #if defined(SO_RTABLE) || defined(SO_BINDANY) in remote_connect()633 #ifdef SO_BINDANY in remote_connect()635 setsockopt(s, SOL_SOCKET, SO_BINDANY, &on, sizeof(on)); in remote_connect()
275 sockopt_impl!(Both, BindAny, libc::SOL_SOCKET, libc::SO_BINDANY, bool);
843 pub const SO_BINDANY: ::c_int = 0x1000; constant