Searched refs:NS_CMPRSFLGS (Results 1 – 7 of 7) sorted by relevance
52 while (*sp != 0 && (*sp & NS_CMPRSFLGS) == 0 && (sp - msg) < 0x4000) in dn_find()59 switch (n & NS_CMPRSFLGS) in dn_find()74 case NS_CMPRSFLGS: /* Indirection. */ in dn_find()161 *dstp++ = (l >> 8) | NS_CMPRSFLGS; in ___ns_name_pack()
42 switch (n & NS_CMPRSFLGS) in ___ns_name_skip()49 case NS_CMPRSFLGS: /* Indirection. */ in ___ns_name_skip()
66 if ((n & NS_CMPRSFLGS) == NS_CMPRSFLGS) { in ns_name_ntol()
48 switch (n & NS_CMPRSFLGS) in ___ns_name_unpack()71 case NS_CMPRSFLGS: in ___ns_name_unpack()
73 if ((c & NS_CMPRSFLGS) != 0) /* Label too big. */ in ___ns_name_pton()124 if ((c & NS_CMPRSFLGS) != 0) /* Label too big. */ in ___ns_name_pton()
90 #define INDIR_MASK NS_CMPRSFLGS
77 #define NS_CMPRSFLGS 0xc0 /*%< Flag bits indicating name compression. */ macro
Completed in 17 milliseconds