Searched refs:NS_CMPRSFLGS (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_name.c112 if ((n & NS_CMPRSFLGS) == NS_CMPRSFLGS) {
132 if ((n & NS_CMPRSFLGS) == NS_TYPE_ELT) {
279 if ((c & NS_CMPRSFLGS) != 0) { /*%< Label too big. */
319 if ((c & NS_CMPRSFLGS) != 0) { /*%< Label too big. */
373 if ((n & NS_CMPRSFLGS) == NS_CMPRSFLGS) {
440 switch (n & NS_CMPRSFLGS) {
459 case NS_CMPRSFLGS:
545 if ((n & NS_CMPRSFLGS)
[all...]
/netbsd-current/lib/libc/nameser/
H A Dns_name.c118 if ((n & NS_CMPRSFLGS) == NS_CMPRSFLGS) {
138 if ((n & NS_CMPRSFLGS) == NS_TYPE_ELT) {
286 if ((c & NS_CMPRSFLGS) != 0) { /*%< Label too big. */
326 if ((c & NS_CMPRSFLGS) != 0) { /*%< Label too big. */
380 if ((n & NS_CMPRSFLGS) == NS_CMPRSFLGS) {
448 switch (n & NS_CMPRSFLGS) {
467 case NS_CMPRSFLGS:
556 if ((n & NS_CMPRSFLGS)
[all...]
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dns_name.c109 if ((n & NS_CMPRSFLGS) != 0) {
217 if ((c & NS_CMPRSFLGS) != 0) { /* Label too big. */
255 if ((c & NS_CMPRSFLGS) != 0) { /* Label too big. */
304 if ((n & NS_CMPRSFLGS) != 0) {
355 switch (n & NS_CMPRSFLGS) {
369 case NS_CMPRSFLGS:
449 if ((n & NS_CMPRSFLGS) != 0) {
473 *dstp++ = (l >> 8) | NS_CMPRSFLGS;
485 if (n & NS_CMPRSFLGS) { /* Should not happen. */
568 switch (n & NS_CMPRSFLGS) {
[all...]
/netbsd-current/external/mpl/dhcp/dist/includes/arpa/
H A Dnameser_compat.h94 #define INDIR_MASK NS_CMPRSFLGS
H A Dnameser.h87 #define NS_CMPRSFLGS 0xc0 /* Flag bits indicating name compression. */ macro
/netbsd-current/include/arpa/
H A Dnameser_compat.h110 #define INDIR_MASK NS_CMPRSFLGS
H A Dnameser.h97 #define NS_CMPRSFLGS 0xc0 /*%< Flag bits indicating name compression. */ macro
/netbsd-current/external/bsd/libbind/dist/include/arpa/
H A Dnameser_compat.h145 #define INDIR_MASK NS_CMPRSFLGS
H A Dnameser.h100 #define NS_CMPRSFLGS 0xc0 /*%< Flag bits indicating name compression. */ macro

Completed in 206 milliseconds