Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/semver/
H A Dfuchsia.txt46 AF_PACKET
H A Dandroid.txt35 AF_PACKET
H A Dlinux.txt50 AF_PACKET
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs745 pub const AF_PACKET: c_int = 17; constant
785 pub const PF_PACKET: c_int = AF_PACKET;
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs1569 pub const AF_PACKET: c_int = 32; constant
1604 pub const PF_PACKET: c_int = AF_PACKET;
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs832 pub const AF_PACKET: c_int = 19; constant
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs1689 pub const AF_PACKET: c_int = 17; constant
1729 pub const PF_PACKET: c_int = AF_PACKET;
/rust-libc-0.2.174/
H A DCHANGELOG.md507 - Linux: add additional AF_PACKET options <https://github.com/rust-lang/libc/pull/3540>