if.h 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. /*
  2. * INET An implementation of the TCP/IP protocol suite for the LINUX
  3. * operating system. INET is implemented using the BSD Socket
  4. * interface as the means of communication with the user level.
  5. *
  6. * Global definitions for the INET interface module.
  7. *
  8. * Version: @(#)if.h 1.0.2 04/18/93
  9. *
  10. * Authors: Original taken from Berkeley UNIX 4.3, (c) UCB 1982-1988
  11. * Ross Biro
  12. * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
  13. *
  14. * This program is free software; you can redistribute it and/or
  15. * modify it under the terms of the GNU General Public License
  16. * as published by the Free Software Foundation; either version
  17. * 2 of the License, or (at your option) any later version.
  18. */
  19. #ifndef _LINUX_IF_H
  20. #define _LINUX_IF_H
  21. #include <linux/types.h> /* for "__kernel_caddr_t" et al */
  22. #include <linux/socket.h> /* for "struct sockaddr" et al */
  23. #include <linux/compiler.h> /* for "__user" et al */
  24. #define IFNAMSIZ 16
  25. #define IFALIASZ 256
  26. #include <linux/hdlc/ioctl.h>
  27. /* Standard interface flags (netdevice->flags). */
  28. #define IFF_UP 0x1 /* interface is up */
  29. #define IFF_BROADCAST 0x2 /* broadcast address valid */
  30. #define IFF_DEBUG 0x4 /* turn on debugging */
  31. #define IFF_LOOPBACK 0x8 /* is a loopback net */
  32. #define IFF_POINTOPOINT 0x10 /* interface is has p-p link */
  33. #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */
  34. #define IFF_RUNNING 0x40 /* interface RFC2863 OPER_UP */
  35. #define IFF_NOARP 0x80 /* no ARP protocol */
  36. #define IFF_PROMISC 0x100 /* receive all packets */
  37. #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
  38. #define IFF_MASTER 0x400 /* master of a load balancer */
  39. #define IFF_SLAVE 0x800 /* slave of a load balancer */
  40. #define IFF_MULTICAST 0x1000 /* Supports multicast */
  41. #define IFF_PORTSEL 0x2000 /* can set media type */
  42. #define IFF_AUTOMEDIA 0x4000 /* auto media select active */
  43. #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/
  44. #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
  45. #define IFF_DORMANT 0x20000 /* driver signals dormant */
  46. #define IFF_ECHO 0x40000 /* echo sent packets */
  47. #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
  48. IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  49. /* Private (from user) interface flags (netdevice->priv_flags). */
  50. #define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */
  51. #define IFF_EBRIDGE 0x2 /* Ethernet bridging device. */
  52. #define IFF_SLAVE_INACTIVE 0x4 /* bonding slave not the curr. active */
  53. #define IFF_MASTER_8023AD 0x8 /* bonding master, 802.3ad. */
  54. #define IFF_MASTER_ALB 0x10 /* bonding master, balance-alb. */
  55. #define IFF_BONDING 0x20 /* bonding master or slave */
  56. #define IFF_SLAVE_NEEDARP 0x40 /* need ARPs for validation */
  57. #define IFF_ISATAP 0x80 /* ISATAP interface (RFC4214) */
  58. #define IFF_MASTER_ARPMON 0x100 /* bonding master, ARP mon in use */
  59. #define IFF_WAN_HDLC 0x200 /* WAN HDLC device */
  60. #define IFF_XMIT_DST_RELEASE 0x400 /* dev_hard_start_xmit() is allowed to
  61. * release skb->dst
  62. */
  63. #define IFF_DONT_BRIDGE 0x800 /* disallow bridging this ether dev */
  64. #define IFF_IN_NETPOLL 0x1000 /* whether we are processing netpoll */
  65. #define IFF_DISABLE_NETPOLL 0x2000 /* disable netpoll at run-time */
  66. #define IFF_MACVLAN_PORT 0x4000 /* device used as macvlan port */
  67. #define IFF_BRIDGE_PORT 0x8000 /* device used as bridge port */
  68. #define IF_GET_IFACE 0x0001 /* for querying only */
  69. #define IF_GET_PROTO 0x0002
  70. /* For definitions see hdlc.h */
  71. #define IF_IFACE_V35 0x1000 /* V.35 serial interface */
  72. #define IF_IFACE_V24 0x1001 /* V.24 serial interface */
  73. #define IF_IFACE_X21 0x1002 /* X.21 serial interface */
  74. #define IF_IFACE_T1 0x1003 /* T1 telco serial interface */
  75. #define IF_IFACE_E1 0x1004 /* E1 telco serial interface */
  76. #define IF_IFACE_SYNC_SERIAL 0x1005 /* can't be set by software */
  77. #define IF_IFACE_X21D 0x1006 /* X.21 Dual Clocking (FarSite) */
  78. /* For definitions see hdlc.h */
  79. #define IF_PROTO_HDLC 0x2000 /* raw HDLC protocol */
  80. #define IF_PROTO_PPP 0x2001 /* PPP protocol */
  81. #define IF_PROTO_CISCO 0x2002 /* Cisco HDLC protocol */
  82. #define IF_PROTO_FR 0x2003 /* Frame Relay protocol */
  83. #define IF_PROTO_FR_ADD_PVC 0x2004 /* Create FR PVC */
  84. #define IF_PROTO_FR_DEL_PVC 0x2005 /* Delete FR PVC */
  85. #define IF_PROTO_X25 0x2006 /* X.25 */
  86. #define IF_PROTO_HDLC_ETH 0x2007 /* raw HDLC, Ethernet emulation */
  87. #define IF_PROTO_FR_ADD_ETH_PVC 0x2008 /* Create FR Ethernet-bridged PVC */
  88. #define IF_PROTO_FR_DEL_ETH_PVC 0x2009 /* Delete FR Ethernet-bridged PVC */
  89. #define IF_PROTO_FR_PVC 0x200A /* for reading PVC status */
  90. #define IF_PROTO_FR_ETH_PVC 0x200B
  91. #define IF_PROTO_RAW 0x200C /* RAW Socket */
  92. /* RFC 2863 operational status */
  93. enum {
  94. IF_OPER_UNKNOWN,
  95. IF_OPER_NOTPRESENT,
  96. IF_OPER_DOWN,
  97. IF_OPER_LOWERLAYERDOWN,
  98. IF_OPER_TESTING,
  99. IF_OPER_DORMANT,
  100. IF_OPER_UP,
  101. };
  102. /* link modes */
  103. enum {
  104. IF_LINK_MODE_DEFAULT,
  105. IF_LINK_MODE_DORMANT, /* limit upward transition to dormant */
  106. };
  107. /*
  108. * Device mapping structure. I'd just gone off and designed a
  109. * beautiful scheme using only loadable modules with arguments
  110. * for driver options and along come the PCMCIA people 8)
  111. *
  112. * Ah well. The get() side of this is good for WDSETUP, and it'll
  113. * be handy for debugging things. The set side is fine for now and
  114. * being very small might be worth keeping for clean configuration.
  115. */
  116. struct ifmap {
  117. unsigned long mem_start;
  118. unsigned long mem_end;
  119. unsigned short base_addr;
  120. unsigned char irq;
  121. unsigned char dma;
  122. unsigned char port;
  123. /* 3 bytes spare */
  124. };
  125. struct if_settings {
  126. unsigned int type; /* Type of physical device or protocol */
  127. unsigned int size; /* Size of the data allocated by the caller */
  128. union {
  129. /* {atm/eth/dsl}_settings anyone ? */
  130. raw_hdlc_proto __user *raw_hdlc;
  131. cisco_proto __user *cisco;
  132. fr_proto __user *fr;
  133. fr_proto_pvc __user *fr_pvc;
  134. fr_proto_pvc_info __user *fr_pvc_info;
  135. /* interface settings */
  136. sync_serial_settings __user *sync;
  137. te1_settings __user *te1;
  138. } ifs_ifsu;
  139. };
  140. /*
  141. * Interface request structure used for socket
  142. * ioctl's. All interface ioctl's must have parameter
  143. * definitions which begin with ifr_name. The
  144. * remainder may be interface specific.
  145. */
  146. struct ifreq {
  147. #define IFHWADDRLEN 6
  148. union
  149. {
  150. char ifrn_name[IFNAMSIZ]; /* if name, e.g. "en0" */
  151. } ifr_ifrn;
  152. union {
  153. struct sockaddr ifru_addr;
  154. struct sockaddr ifru_dstaddr;
  155. struct sockaddr ifru_broadaddr;
  156. struct sockaddr ifru_netmask;
  157. struct sockaddr ifru_hwaddr;
  158. short ifru_flags;
  159. int ifru_ivalue;
  160. int ifru_mtu;
  161. struct ifmap ifru_map;
  162. char ifru_slave[IFNAMSIZ]; /* Just fits the size */
  163. char ifru_newname[IFNAMSIZ];
  164. void __user * ifru_data;
  165. struct if_settings ifru_settings;
  166. } ifr_ifru;
  167. };
  168. #define ifr_name ifr_ifrn.ifrn_name /* interface name */
  169. #define ifr_hwaddr ifr_ifru.ifru_hwaddr /* MAC address */
  170. #define ifr_addr ifr_ifru.ifru_addr /* address */
  171. #define ifr_dstaddr ifr_ifru.ifru_dstaddr /* other end of p-p lnk */
  172. #define ifr_broadaddr ifr_ifru.ifru_broadaddr /* broadcast address */
  173. #define ifr_netmask ifr_ifru.ifru_netmask /* interface net mask */
  174. #define ifr_flags ifr_ifru.ifru_flags /* flags */
  175. #define ifr_metric ifr_ifru.ifru_ivalue /* metric */
  176. #define ifr_mtu ifr_ifru.ifru_mtu /* mtu */
  177. #define ifr_map ifr_ifru.ifru_map /* device map */
  178. #define ifr_slave ifr_ifru.ifru_slave /* slave device */
  179. #define ifr_data ifr_ifru.ifru_data /* for use by interface */
  180. #define ifr_ifindex ifr_ifru.ifru_ivalue /* interface index */
  181. #define ifr_bandwidth ifr_ifru.ifru_ivalue /* link bandwidth */
  182. #define ifr_qlen ifr_ifru.ifru_ivalue /* Queue length */
  183. #define ifr_newname ifr_ifru.ifru_newname /* New name */
  184. #define ifr_settings ifr_ifru.ifru_settings /* Device/proto settings*/
  185. /*
  186. * Structure used in SIOCGIFCONF request.
  187. * Used to retrieve interface configuration
  188. * for machine (useful for programs which
  189. * must know all networks accessible).
  190. */
  191. struct ifconf {
  192. int ifc_len; /* size of buffer */
  193. union {
  194. char __user *ifcu_buf;
  195. struct ifreq __user *ifcu_req;
  196. } ifc_ifcu;
  197. };
  198. #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */
  199. #define ifc_req ifc_ifcu.ifcu_req /* array of structures */
  200. #endif /* _LINUX_IF_H */