Home
last modified time | relevance | path

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

/third_party/toybox/toys/net/
H A Dnetcat.c76 static int usock(char *name, int type, int out) in usock() function
121 if (FLAG(U)) sockfd = usock(toys.optargs[0], type, 1); in netcat_main()
133 sockfd = usock(TT.s, type, 0); in netcat_main()
/third_party/rust/crates/nix/test/sys/
H A Dtest_sockopt.rs277 let usock = socket( in test_get_mtu()
286 bind(usock, &SockaddrIn::from(std_sa)).unwrap(); in test_get_mtu()
287 connect(usock, &SockaddrIn::from(std_sb)).unwrap(); in test_get_mtu()
290 assert_eq!(getsockopt(usock, sockopt::IpMtu), Ok(u16::MAX as i32)) in test_get_mtu()

Completed in 2 milliseconds