Home
last modified time | relevance | path

Searched refs:X25_ASY_MAGIC (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dx25_asy.c307 if (!sl || sl->magic != X25_ASY_MAGIC || !netif_running(sl->dev)) in x25_asy_write_wakeup()
569 if (!sl || sl->magic != X25_ASY_MAGIC || !netif_running(sl->dev)) in x25_asy_receive_buf()
608 if (sl && sl->magic == X25_ASY_MAGIC) { in x25_asy_open_tty()
649 if (!sl || sl->magic != X25_ASY_MAGIC) in x25_asy_close_tty()
771 if (!sl || sl->magic != X25_ASY_MAGIC) { in x25_asy_ioctl()
858 sl->magic = X25_ASY_MAGIC; in x25_asy_init()
Dx25_asy.h54 #define X25_ASY_MAGIC 0x5303 macro
/linux-2.4.37.9/Documentation/
Dmagic-number.txt61 X25_ASY_MAGIC 0x5303 x25_asy drivers/net/x25_asy.h