Home
last modified time | relevance | path

Searched refs:x25_asy (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dx25_asy.c38 struct x25_asy ctrl; /* X.25 things */
52 static void x25_asy_unesc(struct x25_asy *sl, unsigned char c);
55 static inline struct x25_asy *x25_asy_alloc(void) in x25_asy_alloc()
122 static inline void x25_asy_free(struct x25_asy *sl) in x25_asy_free()
143 static void x25_asy_changed_mtu(struct x25_asy *sl) in x25_asy_changed_mtu()
209 static inline void x25_asy_lock(struct x25_asy *sl) in x25_asy_lock()
217 static inline void x25_asy_unlock(struct x25_asy *sl) in x25_asy_unlock()
224 static void x25_asy_bump(struct x25_asy *sl) in x25_asy_bump()
258 static void x25_asy_encaps(struct x25_asy *sl, unsigned char *icp, int len) in x25_asy_encaps()
304 struct x25_asy *sl = (struct x25_asy *) tty->disc_data; in x25_asy_write_wakeup()
[all …]
Dx25_asy.h17 struct x25_asy { struct
DMakefile51 obj-$(CONFIG_X25_ASY) += x25_asy.o
/linux-2.4.37.9/Documentation/
Dmagic-number.txt61 X25_ASY_MAGIC 0x5303 x25_asy drivers/net/x25_asy.h
DConfigure.help10244 will be called x25_asy.o. If unsure, say N.