Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs1361 pub const IPOPT_CONTROL: u8 = 0x00; constant
1365 pub const IPOPT_END: u8 = 0 | IPOPT_CONTROL;
1366 pub const IPOPT_NOOP: u8 = 1 | IPOPT_CONTROL;
1367 pub const IPOPT_SEC: u8 = 2 | IPOPT_CONTROL | IPOPT_COPY;
1368 pub const IPOPT_LSRR: u8 = 3 | IPOPT_CONTROL | IPOPT_COPY;
1370 pub const IPOPT_RR: u8 = 7 | IPOPT_CONTROL;
1371 pub const IPOPT_SID: u8 = 8 | IPOPT_CONTROL | IPOPT_COPY;
1372 pub const IPOPT_SSRR: u8 = 9 | IPOPT_CONTROL | IPOPT_COPY;
1373 pub const IPOPT_RA: u8 = 20 | IPOPT_CONTROL | IPOPT_COPY;
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs1445 pub const IPOPT_CONTROL: u8 = 0x00; constant
1449 pub const IPOPT_END: u8 = 0 | IPOPT_CONTROL;
1450 pub const IPOPT_NOOP: u8 = 1 | IPOPT_CONTROL;
1451 pub const IPOPT_SEC: u8 = 2 | IPOPT_CONTROL | IPOPT_COPY;
1452 pub const IPOPT_LSRR: u8 = 3 | IPOPT_CONTROL | IPOPT_COPY;
1454 pub const IPOPT_RR: u8 = 7 | IPOPT_CONTROL;
1455 pub const IPOPT_SID: u8 = 8 | IPOPT_CONTROL | IPOPT_COPY;
1456 pub const IPOPT_SSRR: u8 = 9 | IPOPT_CONTROL | IPOPT_COPY;
1457 pub const IPOPT_RA: u8 = 20 | IPOPT_CONTROL | IPOPT_COPY;
/rust-libc-0.2.174/libc-test/semver/
H A Daix.txt515 IPOPT_CONTROL
H A Dandroid.txt888 IPOPT_CONTROL
H A Dlinux.txt1111 IPOPT_CONTROL
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs1459 pub const IPOPT_CONTROL: u8 = 0x00; constant
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs1064 pub const IPOPT_CONTROL: c_int = 0; constant