Searched refs:SLIP_MAGIC (Results 1 – 2 of 2) sorted by relevance
427 if (!sl || sl->magic != SLIP_MAGIC || !netif_running(sl->dev))666 if (!sl || sl->magic != SLIP_MAGIC || !netif_running(sl->dev))802 sl->magic = SLIP_MAGIC;853 if (sl && sl->magic == SLIP_MAGIC)941 if (!sl || sl->magic != SLIP_MAGIC || sl->tty != tty)1127 if (!sl || sl->magic != SLIP_MAGIC)
118 #define SLIP_MAGIC 0x5302 macro