Home
last modified time | relevance | path

Searched refs:BIOCGBLEN (Results 1 – 1 of 1) sorted by relevance

/smoltcp-0.9.1/src/phy/sys/
Dbpf.rs16 const BIOCGBLEN: libc::c_ulong = 0x40044266; constant
108 try_ioctl!(self.fd, BIOCGBLEN, &mut bufsize as *mut libc::c_int); in interface_mtu()