Lines Matching refs:magic
79 * magic to protect against daemon <-> library message format mismatch
82 unsigned int magic;
303 /* load magic in A */
304 bpf_stmt(ins, &i, BPF_LD|BPF_W|BPF_ABS, offsetof(struct udev_monitor_netlink_header, magic));
305 /* jump if magic matches */
307 /* wrong magic, pass packet */
652 /* udev message needs proper version magic */
653 if (buf.nlh.magic != htonl(UDEV_MONITOR_MAGIC)) {
655 buf.nlh.magic, htonl(UDEV_MONITOR_MAGIC));
718 .magic = htonl(UDEV_MONITOR_MAGIC),