Searched refs:x25_asy (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dx25_asy.h17 struct x25_asy { struct
H A Dx25_asy.c38 #include "x25_asy.h"
47 static void x25_asy_unesc(struct x25_asy *sl, unsigned char c);
51 static struct x25_asy *x25_asy_alloc(void)
54 struct x25_asy *sl;
83 dev = alloc_netdev(sizeof(struct x25_asy),
108 static void x25_asy_free(struct x25_asy *sl)
123 struct x25_asy *sl = netdev_priv(dev);
174 static inline void x25_asy_lock(struct x25_asy *sl)
182 static inline void x25_asy_unlock(struct x25_asy *sl)
189 static void x25_asy_bump(struct x25_asy *s
[all...]
H A DMakefile29 obj-$(CONFIG_X25_ASY) += x25_asy.o

Completed in 62 milliseconds