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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_name.c106 if ((n & NS_CMPRSFLGS) != 0) {
214 if ((c & NS_CMPRSFLGS) != 0) { /* Label too big. */
252 if ((c & NS_CMPRSFLGS) != 0) { /* Label too big. */
301 switch (n & NS_CMPRSFLGS) {
315 case NS_CMPRSFLGS:
393 if ((n & NS_CMPRSFLGS) != 0) {
417 *dstp++ = (u_char)((l >> 8) | NS_CMPRSFLGS );
429 if (n & NS_CMPRSFLGS) { /* Should not happen. */
512 switch (n & NS_CMPRSFLGS) {
516 case NS_CMPRSFLGS
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h148 #define INDIR_MASK NS_CMPRSFLGS
H A Dnameser.h92 #define NS_CMPRSFLGS 0xc0 /*%< Flag bits indicating name compression. */ macro

Completed in 49 milliseconds