Searched refs:label_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Drfc1035.c24 unsigned int label_type = l & 0xc0; local
25 if (label_type == 0xc0) /* pointer */
45 else if (label_type == 0x80)
47 else if (label_type == 0x40)
86 { /* label_type = 0 -> label. */
251 unsigned int label_type = (*ansp) & 0xc0; local
256 if (label_type == 0xc0)
262 else if (label_type == 0x80)
264 else if (label_type == 0x40)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c92 enum label_type { enum
132 static enum label_type current_label_type;

Completed in 30 milliseconds