• Home
  • Raw
  • Download

Lines Matching refs:c_uint

7 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64;
8 pub const __FD_SETSIZE: ::std::os::raw::c_uint = 1024;
9 pub const __UAPI_DEF_IN_ADDR: ::std::os::raw::c_uint = 1;
10 pub const __UAPI_DEF_IN_IPPROTO: ::std::os::raw::c_uint = 1;
11 pub const __UAPI_DEF_IN_PKTINFO: ::std::os::raw::c_uint = 1;
12 pub const __UAPI_DEF_IP_MREQ: ::std::os::raw::c_uint = 1;
13 pub const __UAPI_DEF_SOCKADDR_IN: ::std::os::raw::c_uint = 1;
14 pub const __UAPI_DEF_IN_CLASS: ::std::os::raw::c_uint = 1;
15 pub const __UAPI_DEF_IN6_ADDR: ::std::os::raw::c_uint = 1;
16 pub const __UAPI_DEF_IN6_ADDR_ALT: ::std::os::raw::c_uint = 1;
17 pub const __UAPI_DEF_SOCKADDR_IN6: ::std::os::raw::c_uint = 1;
18 pub const __UAPI_DEF_IPV6_MREQ: ::std::os::raw::c_uint = 1;
19 pub const __UAPI_DEF_IPPROTO_V6: ::std::os::raw::c_uint = 1;
20 pub const __UAPI_DEF_IPV6_OPTIONS: ::std::os::raw::c_uint = 1;
21 pub const __UAPI_DEF_IN6_PKTINFO: ::std::os::raw::c_uint = 1;
22 pub const __UAPI_DEF_IP6_MTUINFO: ::std::os::raw::c_uint = 1;
23 pub const __UAPI_DEF_XATTR: ::std::os::raw::c_uint = 1;
24 pub const _K_SS_MAXSIZE: ::std::os::raw::c_uint = 128;
25 pub const IP_TOS: ::std::os::raw::c_uint = 1;
26 pub const IP_TTL: ::std::os::raw::c_uint = 2;
27 pub const IP_HDRINCL: ::std::os::raw::c_uint = 3;
28 pub const IP_OPTIONS: ::std::os::raw::c_uint = 4;
29 pub const IP_ROUTER_ALERT: ::std::os::raw::c_uint = 5;
30 pub const IP_RECVOPTS: ::std::os::raw::c_uint = 6;
31 pub const IP_RETOPTS: ::std::os::raw::c_uint = 7;
32 pub const IP_PKTINFO: ::std::os::raw::c_uint = 8;
33 pub const IP_PKTOPTIONS: ::std::os::raw::c_uint = 9;
34 pub const IP_MTU_DISCOVER: ::std::os::raw::c_uint = 10;
35 pub const IP_RECVERR: ::std::os::raw::c_uint = 11;
36 pub const IP_RECVTTL: ::std::os::raw::c_uint = 12;
37 pub const IP_RECVTOS: ::std::os::raw::c_uint = 13;
38 pub const IP_MTU: ::std::os::raw::c_uint = 14;
39 pub const IP_FREEBIND: ::std::os::raw::c_uint = 15;
40 pub const IP_IPSEC_POLICY: ::std::os::raw::c_uint = 16;
41 pub const IP_XFRM_POLICY: ::std::os::raw::c_uint = 17;
42 pub const IP_PASSSEC: ::std::os::raw::c_uint = 18;
43 pub const IP_TRANSPARENT: ::std::os::raw::c_uint = 19;
44 pub const IP_RECVRETOPTS: ::std::os::raw::c_uint = 7;
45 pub const IP_ORIGDSTADDR: ::std::os::raw::c_uint = 20;
46 pub const IP_RECVORIGDSTADDR: ::std::os::raw::c_uint = 20;
47 pub const IP_MINTTL: ::std::os::raw::c_uint = 21;
48 pub const IP_NODEFRAG: ::std::os::raw::c_uint = 22;
49 pub const IP_CHECKSUM: ::std::os::raw::c_uint = 23;
50 pub const IP_BIND_ADDRESS_NO_PORT: ::std::os::raw::c_uint = 24;
51 pub const IP_RECVFRAGSIZE: ::std::os::raw::c_uint = 25;
52 pub const IP_PMTUDISC_DONT: ::std::os::raw::c_uint = 0;
53 pub const IP_PMTUDISC_WANT: ::std::os::raw::c_uint = 1;
54 pub const IP_PMTUDISC_DO: ::std::os::raw::c_uint = 2;
55 pub const IP_PMTUDISC_PROBE: ::std::os::raw::c_uint = 3;
56 pub const IP_PMTUDISC_INTERFACE: ::std::os::raw::c_uint = 4;
57 pub const IP_PMTUDISC_OMIT: ::std::os::raw::c_uint = 5;
58 pub const IP_MULTICAST_IF: ::std::os::raw::c_uint = 32;
59 pub const IP_MULTICAST_TTL: ::std::os::raw::c_uint = 33;
60 pub const IP_MULTICAST_LOOP: ::std::os::raw::c_uint = 34;
61 pub const IP_ADD_MEMBERSHIP: ::std::os::raw::c_uint = 35;
62 pub const IP_DROP_MEMBERSHIP: ::std::os::raw::c_uint = 36;
63 pub const IP_UNBLOCK_SOURCE: ::std::os::raw::c_uint = 37;
64 pub const IP_BLOCK_SOURCE: ::std::os::raw::c_uint = 38;
65 pub const IP_ADD_SOURCE_MEMBERSHIP: ::std::os::raw::c_uint = 39;
66 pub const IP_DROP_SOURCE_MEMBERSHIP: ::std::os::raw::c_uint = 40;
67 pub const IP_MSFILTER: ::std::os::raw::c_uint = 41;
68 pub const MCAST_JOIN_GROUP: ::std::os::raw::c_uint = 42;
69 pub const MCAST_BLOCK_SOURCE: ::std::os::raw::c_uint = 43;
70 pub const MCAST_UNBLOCK_SOURCE: ::std::os::raw::c_uint = 44;
71 pub const MCAST_LEAVE_GROUP: ::std::os::raw::c_uint = 45;
72 pub const MCAST_JOIN_SOURCE_GROUP: ::std::os::raw::c_uint = 46;
73 pub const MCAST_LEAVE_SOURCE_GROUP: ::std::os::raw::c_uint = 47;
74 pub const MCAST_MSFILTER: ::std::os::raw::c_uint = 48;
75 pub const IP_MULTICAST_ALL: ::std::os::raw::c_uint = 49;
76 pub const IP_UNICAST_IF: ::std::os::raw::c_uint = 50;
77 pub const MCAST_EXCLUDE: ::std::os::raw::c_uint = 0;
78 pub const MCAST_INCLUDE: ::std::os::raw::c_uint = 1;
79 pub const IP_DEFAULT_MULTICAST_TTL: ::std::os::raw::c_uint = 1;
80 pub const IP_DEFAULT_MULTICAST_LOOP: ::std::os::raw::c_uint = 1;
81 pub const __SOCK_SIZE__: ::std::os::raw::c_uint = 16;
82 pub const IN_CLASSA_NET: ::std::os::raw::c_uint = 4278190080;
83 pub const IN_CLASSA_NSHIFT: ::std::os::raw::c_uint = 24;
84 pub const IN_CLASSA_HOST: ::std::os::raw::c_uint = 16777215;
85 pub const IN_CLASSA_MAX: ::std::os::raw::c_uint = 128;
86 pub const IN_CLASSB_NET: ::std::os::raw::c_uint = 4294901760;
87 pub const IN_CLASSB_NSHIFT: ::std::os::raw::c_uint = 16;
88 pub const IN_CLASSB_HOST: ::std::os::raw::c_uint = 65535;
89 pub const IN_CLASSB_MAX: ::std::os::raw::c_uint = 65536;
90 pub const IN_CLASSC_NET: ::std::os::raw::c_uint = 4294967040;
91 pub const IN_CLASSC_NSHIFT: ::std::os::raw::c_uint = 8;
92 pub const IN_CLASSC_HOST: ::std::os::raw::c_uint = 255;
93 pub const IN_MULTICAST_NET: ::std::os::raw::c_uint = 4026531840;
94 pub const IN_LOOPBACKNET: ::std::os::raw::c_uint = 127;
95 pub const INADDR_LOOPBACK: ::std::os::raw::c_uint = 2130706433;
96 pub const INADDR_UNSPEC_GROUP: ::std::os::raw::c_uint = 3758096384;
97 pub const INADDR_ALLHOSTS_GROUP: ::std::os::raw::c_uint = 3758096385;
98 pub const INADDR_ALLRTRS_GROUP: ::std::os::raw::c_uint = 3758096386;
99 pub const INADDR_MAX_LOCAL_GROUP: ::std::os::raw::c_uint = 3758096639;
100 pub const __LITTLE_ENDIAN: ::std::os::raw::c_uint = 1234;
106 pub type __u32 = ::std::os::raw::c_uint;
152 pub type __kernel_mode_t = ::std::os::raw::c_uint;
155 pub type __kernel_uid_t = ::std::os::raw::c_uint;
156 pub type __kernel_gid_t = ::std::os::raw::c_uint;
159 pub type __kernel_uid32_t = ::std::os::raw::c_uint;
160 pub type __kernel_gid32_t = ::std::os::raw::c_uint;
285 pub type _bindgen_ty_1 = ::std::os::raw::c_uint;