Lines Matching refs:interface
62 ROUTER_IFNEW, /* add interface */
63 ROUTER_IFDEL, /* delete interface */
64 ROUTER_IFSTAT, /* get interface status */
82 #define WAN_IFNAME_SZ 15 /* max length of the interface name */
217 char interface; /* RS-232/V.35, etc. */
337 /* link/interface configuration */
389 * WAN interface (logical channel) configuration (for ROUTER_IFNEW IOCTL).
395 char name[WAN_IFNAME_SZ+1]; /* interface name, ASCIIZ */
425 char interface; /* RS-232/V.35, etc. */
429 unsigned char if_down; /* brind down interface when disconnected */
430 unsigned char gateway; /* Is this interface a gateway */
453 /****** Kernel Interface ****************************************************/
481 char interface; /* RS-232/V.35, etc. */
495 struct net_device_stats stats; /* interface statistics */
523 /* Proc interface functions. These must not be called by the drivers! */