libc::consts::os::extra::AF_PACKET
+
+ [−]
+
+ [src]
+pub const AF_PACKET: c_int=
17
From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- libc/consts/os/extra/constant.AF_PACKET.html | 101 +++++++++ libc/consts/os/extra/constant.IPPROTO_RAW.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_32BIT.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_ANONYMOUS.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_DENYWRITE.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_EXECUTABLE.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_GROWSDOWN.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_LOCKED.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_NONBLOCK.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_NORESERVE.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_POPULATE.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_STACK.html | 101 +++++++++ libc/consts/os/extra/constant.MAP_TYPE.html | 101 +++++++++ libc/consts/os/extra/constant.O_DSYNC.html | 101 +++++++++ libc/consts/os/extra/constant.O_NONBLOCK.html | 101 +++++++++ libc/consts/os/extra/constant.O_RSYNC.html | 101 +++++++++ libc/consts/os/extra/constant.O_SYNC.html | 101 +++++++++ libc/consts/os/extra/constant.PROT_GROWSDOWN.html | 101 +++++++++ libc/consts/os/extra/constant.PROT_GROWSUP.html | 101 +++++++++ libc/consts/os/extra/index.html | 254 ++++++++++++++++++++++ libc/consts/os/extra/sidebar-items.js | 1 + 21 files changed, 2174 insertions(+) create mode 100644 libc/consts/os/extra/constant.AF_PACKET.html create mode 100644 libc/consts/os/extra/constant.IPPROTO_RAW.html create mode 100644 libc/consts/os/extra/constant.MAP_32BIT.html create mode 100644 libc/consts/os/extra/constant.MAP_ANONYMOUS.html create mode 100644 libc/consts/os/extra/constant.MAP_DENYWRITE.html create mode 100644 libc/consts/os/extra/constant.MAP_EXECUTABLE.html create mode 100644 libc/consts/os/extra/constant.MAP_GROWSDOWN.html create mode 100644 libc/consts/os/extra/constant.MAP_LOCKED.html create mode 100644 libc/consts/os/extra/constant.MAP_NONBLOCK.html create mode 100644 libc/consts/os/extra/constant.MAP_NORESERVE.html create mode 100644 libc/consts/os/extra/constant.MAP_POPULATE.html create mode 100644 libc/consts/os/extra/constant.MAP_STACK.html create mode 100644 libc/consts/os/extra/constant.MAP_TYPE.html create mode 100644 libc/consts/os/extra/constant.O_DSYNC.html create mode 100644 libc/consts/os/extra/constant.O_NONBLOCK.html create mode 100644 libc/consts/os/extra/constant.O_RSYNC.html create mode 100644 libc/consts/os/extra/constant.O_SYNC.html create mode 100644 libc/consts/os/extra/constant.PROT_GROWSDOWN.html create mode 100644 libc/consts/os/extra/constant.PROT_GROWSUP.html create mode 100644 libc/consts/os/extra/index.html create mode 100644 libc/consts/os/extra/sidebar-items.js (limited to 'libc/consts/os/extra') diff --git a/libc/consts/os/extra/constant.AF_PACKET.html b/libc/consts/os/extra/constant.AF_PACKET.html new file mode 100644 index 0000000..120b4de --- /dev/null +++ b/libc/consts/os/extra/constant.AF_PACKET.html @@ -0,0 +1,101 @@ + + +
+ + + + + + +pub const AF_PACKET: c_int=
17
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const IPPROTO_RAW: c_int=
255
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_32BIT: c_int=
0x0040
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_ANONYMOUS: c_int=
0x0020
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_DENYWRITE: c_int=
0x0800
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_EXECUTABLE: c_int=
0x01000
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_GROWSDOWN: c_int=
0x0100
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_LOCKED: c_int=
0x02000
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_NONBLOCK: c_int=
0x010000
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_NORESERVE: c_int=
0x04000
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_POPULATE: c_int=
0x08000
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_STACK: c_int=
0x020000
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const MAP_TYPE: c_int=
0x000f
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const O_DSYNC: c_int=
4096
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const O_NONBLOCK: c_int=
2048
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const O_RSYNC: c_int=
1052672
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const O_SYNC: c_int=
1052672
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const PROT_GROWSDOWN: c_int=
0x010000000
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const PROT_GROWSUP: c_int=
0x020000000
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
AF_PACKET | ++ + | +
IPPROTO_RAW | ++ + | +
MAP_32BIT | ++ + | +
MAP_ANONYMOUS | ++ + | +
MAP_DENYWRITE | ++ + | +
MAP_EXECUTABLE | ++ + | +
MAP_GROWSDOWN | ++ + | +
MAP_LOCKED | ++ + | +
MAP_NONBLOCK | ++ + | +
MAP_NORESERVE | ++ + | +
MAP_POPULATE | ++ + | +
MAP_STACK | ++ + | +
MAP_TYPE | ++ + | +
O_DSYNC | ++ + | +
O_NONBLOCK | ++ + | +
O_RSYNC | ++ + | +
O_SYNC | ++ + | +
PROT_GROWSDOWN | ++ + | +
PROT_GROWSUP | ++ + | +
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+