Searched refs:netdevice_t (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_wanpipe_common.h23 #define netdevice_t struct net_device macro
25 #define netdevice_t struct device macro
30 netdevice_t *slave;
39 int (*func) (struct sk_buff *, netdevice_t *,
H A Dif_wanpipe.h103 #ifndef netdevice_t
106 #define netdevice_t struct net_device macro
108 #define netdevice_t struct device macro
117 netdevice_t *dev; /* Bounded device */
H A Dwanpipe.h51 #define netdevice_t struct net_device macro
67 #define netdevice_t struct device macro
80 #define netdevice_t struct device macro
402 netdevice_t *svc_to_dev_map[MAX_X25_LCN];
403 netdevice_t *pvc_to_dev_map[MAX_X25_LCN];
404 netdevice_t *tx_dev;
405 netdevice_t *cmd_dev;
410 netdevice_t *poll_device;
417 netdevice_t * udp_dev;
436 netdevice_t *dlci_to_dev_ma
[all...]
H A Dwanrouter.h54 #define netdevice_t struct net_device macro
59 #define netdevice_t struct device macro
64 #define netdevice_t struct device macro
530 int (*new_if) (struct wan_device *wandev, netdevice_t *dev,
532 int (*del_if) (struct wan_device *wandev, netdevice_t *dev);
535 netdevice_t* dev; /* list of network interfaces */
547 unsigned short wanrouter_type_trans(struct sk_buff *skb, netdevice_t *dev);
548 int wanrouter_encapsulate(struct sk_buff *skb, netdevice_t *dev,unsigned short type);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_wanpipe_common.h23 #define netdevice_t struct net_device macro
25 #define netdevice_t struct device macro
30 netdevice_t *slave;
39 int (*func) (struct sk_buff *, netdevice_t *,
H A Dif_wanpipe.h103 #ifndef netdevice_t
106 #define netdevice_t struct net_device macro
108 #define netdevice_t struct device macro
117 netdevice_t *dev; /* Bounded device */
H A Dwanpipe.h51 #define netdevice_t struct net_device macro
67 #define netdevice_t struct device macro
80 #define netdevice_t struct device macro
402 netdevice_t *svc_to_dev_map[MAX_X25_LCN];
403 netdevice_t *pvc_to_dev_map[MAX_X25_LCN];
404 netdevice_t *tx_dev;
405 netdevice_t *cmd_dev;
410 netdevice_t *poll_device;
417 netdevice_t * udp_dev;
436 netdevice_t *dlci_to_dev_ma
[all...]
H A Dwanrouter.h54 #define netdevice_t struct net_device macro
59 #define netdevice_t struct device macro
64 #define netdevice_t struct device macro
530 int (*new_if) (struct wan_device *wandev, netdevice_t *dev,
532 int (*del_if) (struct wan_device *wandev, netdevice_t *dev);
535 netdevice_t* dev; /* list of network interfaces */
547 unsigned short wanrouter_type_trans(struct sk_buff *skb, netdevice_t *dev);
548 int wanrouter_encapsulate(struct sk_buff *skb, netdevice_t *dev,unsigned short type);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/wanrouter/
H A Dwanmain.c395 int wanrouter_encapsulate (struct sk_buff *skb, netdevice_t *dev,
438 unsigned short wanrouter_type_trans (struct sk_buff *skb, netdevice_t *dev)
673 netdevice_t *dev;
752 netdevice_t *dev=NULL;
787 pppdev->dev = kmalloc(sizeof(netdevice_t), GFP_KERNEL);
792 memset(pppdev->dev, 0, sizeof(netdevice_t));
795 err = wandev->new_if(wandev, (netdevice_t *)pppdev, &conf);
805 dev = kmalloc(sizeof(netdevice_t), GFP_KERNEL);
809 memset(dev, 0, sizeof(netdevice_t));
817 dev = kmalloc(sizeof(netdevice_t), GFP_KERNE
[all...]
H A Daf_wanpipe.c179 static void wanpipe_link_driver (netdevice_t *,struct sock *sk);
182 static int check_dev (netdevice_t *, sdla_t *);
183 netdevice_t * wanpipe_find_free_dev (sdla_t *);
188 static inline int get_atomic_device (netdevice_t *);
192 static void release_device (netdevice_t *);
196 static int wanpipe_do_bind(struct sock *, netdevice_t *, int);
218 static int wanpipe_rcv(struct sk_buff *skb, netdevice_t *dev, struct sock *sk)
316 netdevice_t *dev;
532 netdevice_t *dev;
670 netdevice_t *de
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsdla_x25.c249 * Description: This is an extention of the 'netdevice_t'
279 netdevice_t *dev; /* -> bound devce */
342 static int new_if (wan_device_t* wandev, netdevice_t* dev,
344 static int del_if (wan_device_t* wandev, netdevice_t* dev);
354 static void x25api_bh (netdevice_t *);
355 static int x25api_bh_cleanup (netdevice_t *);
356 static int bh_enqueue (netdevice_t *, struct sk_buff *);
362 static int if_init (netdevice_t* dev);
363 static int if_open (netdevice_t* dev);
364 static int if_close (netdevice_t* de
[all...]
H A Dsdla_fr.c339 static int new_if(wan_device_t *wandev, netdevice_t *dev, wanif_conf_t *conf);
340 static int del_if(wan_device_t *wandev, netdevice_t *dev);
347 static int if_init(netdevice_t *dev);
348 static int if_open(netdevice_t *dev);
349 static int if_close(netdevice_t *dev);
353 static void if_tx_timeout (netdevice_t *dev);
359 static int if_rebuild_hdr (void* hdr, netdevice_t* dev, unsigned long raddr,
363 static int if_send(struct sk_buff *skb, netdevice_t *dev);
364 static int chk_bcast_mcast_addr(sdla_t *card, netdevice_t* dev,
367 static struct net_device_stats *if_stats(netdevice_t *de
[all...]
H A Dwanpipe_multppp.c142 static int new_if (wan_device_t* wandev, netdevice_t* dev,
144 static int del_if (wan_device_t* wandev, netdevice_t* dev);
147 static int if_init (netdevice_t* dev);
148 static int if_open (netdevice_t* dev);
149 static int if_close (netdevice_t* dev);
150 static int if_send (struct sk_buff* skb, netdevice_t* dev);
152 static struct net_device_stats* if_stats (netdevice_t* dev);
154 static struct enet_statistics* if_stats (netdevice_t* dev);
158 static void if_tx_timeout (netdevice_t *dev);
175 static void init_chdlc_tx_rx_buff( sdla_t* card, netdevice_t *de
[all...]
H A Dsdla_ppp.c181 netdevice_t *slave;
245 static int new_if(wan_device_t *wandev, netdevice_t *dev, wanif_conf_t *conf);
246 static int del_if(wan_device_t *wandev, netdevice_t *dev);
252 static int if_init(netdevice_t *dev);
253 static int if_open(netdevice_t *dev);
254 static int if_close(netdevice_t *dev);
255 static int if_header(struct sk_buff *skb, netdevice_t *dev, unsigned short type,
259 static void if_tx_timeout (netdevice_t *dev);
264 static struct net_device_stats *if_stats(netdevice_t *dev);
266 static struct enet_statistics *if_stats(netdevice_t *de
[all...]
H A Dsdla_chdlc.c197 static int new_if (wan_device_t* wandev, netdevice_t* dev,
201 static int if_init (netdevice_t* dev);
202 static int if_open (netdevice_t* dev);
203 static int if_close (netdevice_t* dev);
204 static int if_header (struct sk_buff* skb, netdevice_t* dev,
209 static struct net_device_stats* if_stats (netdevice_t* dev);
212 static int if_rebuild_hdr (void* hdr, netdevice_t* dev, unsigned long raddr,
214 static struct enet_statistics* if_stats (netdevice_t* dev);
217 static int if_send (struct sk_buff* skb, netdevice_t* dev);
232 static void if_tx_timeout (netdevice_t *de
[all...]
H A Dsdlamain.c71 #define netdevice_t struct net_device macro
77 #define netdevice_t struct device macro
83 #define netdevice_t struct device macro
1315 void wakeup_sk_bh (netdevice_t *dev)
1328 int change_dev_flags (netdevice_t *dev, unsigned flags)
1345 unsigned long get_ip_address (netdevice_t *dev, int option)
1410 void add_gateway(sdla_t *card, netdevice_t *dev)
H A Dsdla_ft1.c73 netdevice_t *slave;

Completed in 125 milliseconds