Stephen Barber | d6945a0 | 2019-04-22 15:59:43 -0700 | [diff] [blame^] | 1 | // Copyright 2019 The Chromium OS Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Stephen Barber | 219b185 | 2017-06-15 23:20:16 -0700 | [diff] [blame] | 5 | /* automatically generated by rust-bindgen */ |
| 6 | |
| 7 | pub const FIOSETOWN: ::std::os::raw::c_uint = 35073; |
| 8 | pub const SIOCSPGRP: ::std::os::raw::c_uint = 35074; |
| 9 | pub const FIOGETOWN: ::std::os::raw::c_uint = 35075; |
| 10 | pub const SIOCGPGRP: ::std::os::raw::c_uint = 35076; |
| 11 | pub const SIOCATMARK: ::std::os::raw::c_uint = 35077; |
| 12 | pub const SIOCGSTAMP: ::std::os::raw::c_uint = 35078; |
| 13 | pub const SIOCGSTAMPNS: ::std::os::raw::c_uint = 35079; |
| 14 | pub const SOCK_IOC_TYPE: ::std::os::raw::c_uint = 137; |
| 15 | pub const SIOCADDRT: ::std::os::raw::c_uint = 35083; |
| 16 | pub const SIOCDELRT: ::std::os::raw::c_uint = 35084; |
| 17 | pub const SIOCRTMSG: ::std::os::raw::c_uint = 35085; |
| 18 | pub const SIOCGIFNAME: ::std::os::raw::c_uint = 35088; |
| 19 | pub const SIOCSIFLINK: ::std::os::raw::c_uint = 35089; |
| 20 | pub const SIOCGIFCONF: ::std::os::raw::c_uint = 35090; |
| 21 | pub const SIOCGIFFLAGS: ::std::os::raw::c_uint = 35091; |
| 22 | pub const SIOCSIFFLAGS: ::std::os::raw::c_uint = 35092; |
| 23 | pub const SIOCGIFADDR: ::std::os::raw::c_uint = 35093; |
| 24 | pub const SIOCSIFADDR: ::std::os::raw::c_uint = 35094; |
| 25 | pub const SIOCGIFDSTADDR: ::std::os::raw::c_uint = 35095; |
| 26 | pub const SIOCSIFDSTADDR: ::std::os::raw::c_uint = 35096; |
| 27 | pub const SIOCGIFBRDADDR: ::std::os::raw::c_uint = 35097; |
| 28 | pub const SIOCSIFBRDADDR: ::std::os::raw::c_uint = 35098; |
| 29 | pub const SIOCGIFNETMASK: ::std::os::raw::c_uint = 35099; |
| 30 | pub const SIOCSIFNETMASK: ::std::os::raw::c_uint = 35100; |
| 31 | pub const SIOCGIFMETRIC: ::std::os::raw::c_uint = 35101; |
| 32 | pub const SIOCSIFMETRIC: ::std::os::raw::c_uint = 35102; |
| 33 | pub const SIOCGIFMEM: ::std::os::raw::c_uint = 35103; |
| 34 | pub const SIOCSIFMEM: ::std::os::raw::c_uint = 35104; |
| 35 | pub const SIOCGIFMTU: ::std::os::raw::c_uint = 35105; |
| 36 | pub const SIOCSIFMTU: ::std::os::raw::c_uint = 35106; |
| 37 | pub const SIOCSIFNAME: ::std::os::raw::c_uint = 35107; |
| 38 | pub const SIOCSIFHWADDR: ::std::os::raw::c_uint = 35108; |
| 39 | pub const SIOCGIFENCAP: ::std::os::raw::c_uint = 35109; |
| 40 | pub const SIOCSIFENCAP: ::std::os::raw::c_uint = 35110; |
| 41 | pub const SIOCGIFHWADDR: ::std::os::raw::c_uint = 35111; |
| 42 | pub const SIOCGIFSLAVE: ::std::os::raw::c_uint = 35113; |
| 43 | pub const SIOCSIFSLAVE: ::std::os::raw::c_uint = 35120; |
| 44 | pub const SIOCADDMULTI: ::std::os::raw::c_uint = 35121; |
| 45 | pub const SIOCDELMULTI: ::std::os::raw::c_uint = 35122; |
| 46 | pub const SIOCGIFINDEX: ::std::os::raw::c_uint = 35123; |
| 47 | pub const SIOGIFINDEX: ::std::os::raw::c_uint = 35123; |
| 48 | pub const SIOCSIFPFLAGS: ::std::os::raw::c_uint = 35124; |
| 49 | pub const SIOCGIFPFLAGS: ::std::os::raw::c_uint = 35125; |
| 50 | pub const SIOCDIFADDR: ::std::os::raw::c_uint = 35126; |
| 51 | pub const SIOCSIFHWBROADCAST: ::std::os::raw::c_uint = 35127; |
| 52 | pub const SIOCGIFCOUNT: ::std::os::raw::c_uint = 35128; |
| 53 | pub const SIOCGIFBR: ::std::os::raw::c_uint = 35136; |
| 54 | pub const SIOCSIFBR: ::std::os::raw::c_uint = 35137; |
| 55 | pub const SIOCGIFTXQLEN: ::std::os::raw::c_uint = 35138; |
| 56 | pub const SIOCSIFTXQLEN: ::std::os::raw::c_uint = 35139; |
| 57 | pub const SIOCETHTOOL: ::std::os::raw::c_uint = 35142; |
| 58 | pub const SIOCGMIIPHY: ::std::os::raw::c_uint = 35143; |
| 59 | pub const SIOCGMIIREG: ::std::os::raw::c_uint = 35144; |
| 60 | pub const SIOCSMIIREG: ::std::os::raw::c_uint = 35145; |
| 61 | pub const SIOCWANDEV: ::std::os::raw::c_uint = 35146; |
| 62 | pub const SIOCOUTQNSD: ::std::os::raw::c_uint = 35147; |
| 63 | pub const SIOCGSKNS: ::std::os::raw::c_uint = 35148; |
| 64 | pub const SIOCDARP: ::std::os::raw::c_uint = 35155; |
| 65 | pub const SIOCGARP: ::std::os::raw::c_uint = 35156; |
| 66 | pub const SIOCSARP: ::std::os::raw::c_uint = 35157; |
| 67 | pub const SIOCDRARP: ::std::os::raw::c_uint = 35168; |
| 68 | pub const SIOCGRARP: ::std::os::raw::c_uint = 35169; |
| 69 | pub const SIOCSRARP: ::std::os::raw::c_uint = 35170; |
| 70 | pub const SIOCGIFMAP: ::std::os::raw::c_uint = 35184; |
| 71 | pub const SIOCSIFMAP: ::std::os::raw::c_uint = 35185; |
| 72 | pub const SIOCADDDLCI: ::std::os::raw::c_uint = 35200; |
| 73 | pub const SIOCDELDLCI: ::std::os::raw::c_uint = 35201; |
| 74 | pub const SIOCGIFVLAN: ::std::os::raw::c_uint = 35202; |
| 75 | pub const SIOCSIFVLAN: ::std::os::raw::c_uint = 35203; |
| 76 | pub const SIOCBONDENSLAVE: ::std::os::raw::c_uint = 35216; |
| 77 | pub const SIOCBONDRELEASE: ::std::os::raw::c_uint = 35217; |
| 78 | pub const SIOCBONDSETHWADDR: ::std::os::raw::c_uint = 35218; |
| 79 | pub const SIOCBONDSLAVEINFOQUERY: ::std::os::raw::c_uint = 35219; |
| 80 | pub const SIOCBONDINFOQUERY: ::std::os::raw::c_uint = 35220; |
| 81 | pub const SIOCBONDCHANGEACTIVE: ::std::os::raw::c_uint = 35221; |
| 82 | pub const SIOCBRADDBR: ::std::os::raw::c_uint = 35232; |
| 83 | pub const SIOCBRDELBR: ::std::os::raw::c_uint = 35233; |
| 84 | pub const SIOCBRADDIF: ::std::os::raw::c_uint = 35234; |
| 85 | pub const SIOCBRDELIF: ::std::os::raw::c_uint = 35235; |
| 86 | pub const SIOCSHWTSTAMP: ::std::os::raw::c_uint = 35248; |
| 87 | pub const SIOCGHWTSTAMP: ::std::os::raw::c_uint = 35249; |
| 88 | pub const SIOCDEVPRIVATE: ::std::os::raw::c_uint = 35312; |
| 89 | pub const SIOCPROTOPRIVATE: ::std::os::raw::c_uint = 35296; |