Searched defs:tcflow (Results 1 – 7 of 7) sorted by relevance
4 int tcflow(int fd, int action) in tcflow() function
165 pub fn tcflow<Fd: AsFd>(fd: Fd, action: Action) -> io::Result<()> { in tcflow() function
75 pub(crate) fn tcflow(fd: BorrowedFd, action: Action) -> io::Result<()> { in tcflow() function
103 pub(crate) fn tcflow(fd: BorrowedFd, action: Action) -> io::Result<()> { in tcflow() function
1181 pub fn tcflow(fd: RawFd, action: FlowArg) -> Result<()> { in tcflow() function
1379 pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflow() function
3841 pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflow() function