Home
last modified time | relevance | path

Searched refs:NS_CMPRSFLGS (Results 1 – 7 of 7) sorted by relevance

/resolv/
A Dns_name_pack.c52 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()
A Dns_name_skip.c42 switch (n & NS_CMPRSFLGS) in ___ns_name_skip()
49 case NS_CMPRSFLGS: /* Indirection. */ in ___ns_name_skip()
A Dns_name.c66 if ((n & NS_CMPRSFLGS) == NS_CMPRSFLGS) { in ns_name_ntol()
A Dns_name_unpack.c48 switch (n & NS_CMPRSFLGS) in ___ns_name_unpack()
71 case NS_CMPRSFLGS: in ___ns_name_unpack()
A Dns_name_pton.c73 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()
/resolv/arpa/
A Dnameser_compat.h90 #define INDIR_MASK NS_CMPRSFLGS
A Dnameser.h77 #define NS_CMPRSFLGS 0xc0 /*%< Flag bits indicating name compression. */ macro

Completed in 17 milliseconds