Home
last modified time | relevance | path

Searched defs:socket_type (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/udp/
Dsocket.rs37 let socket_type = socket_type | SOCK_NONBLOCK | SOCK_CLOEXEC; in create_socket() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/tcp/
Dsocket.rs41 let socket_type = socket_type | SOCK_NONBLOCK | SOCK_CLOEXEC; in create_socket() localVariable