Searched refs:WANPIPE_MAGIC (Results 1 – 3 of 3) sorted by relevance
104 #define WANPIPE_MAGIC 0x414C4453L /* signature: 'SDLA' reversed */ macro
80 WANPIPE_MAGIC 0x414C4453 sdla_{dump,exec} include/linux/wanpipe.h
987 if ((dump.magic != WANPIPE_MAGIC) || in ioctl_dump()1077 if ((exec.magic != WANPIPE_MAGIC) || (exec.cmd == NULL)) in ioctl_exec()