Searched refs:flags1 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/tcpdump-61/tcpdump/
H A Dnameser.h229 u_int8_t flags1; /* first byte of flags */ member in struct:__anon13953
240 #define DNS_QR(np) ((np)->flags1 & 0x80) /* response flag */
241 #define DNS_OPCODE(np) ((((np)->flags1) >> 3) & 0xF) /* purpose of message */
242 #define DNS_AA(np) ((np)->flags1 & 0x04) /* authoritative answer */
243 #define DNS_TC(np) ((np)->flags1 & 0x02) /* truncated message */
244 #define DNS_RD(np) ((np)->flags1 & 0x01) /* recursion desired */
H A Dprint-pgm.c174 u_int8_t opt_type, opt_len, flags1, flags2; local
548 flags1 = *bp++;
561 flags1 = *bp++;
583 flags1 = *bp++;
596 flags1 = *bp++;
611 flags1 = *bp++;
622 flags1 = *bp++;
658 flags1 = *bp++;
671 flags1 = *bp++;
684 flags1
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dschnauthcn.h118 unsigned32 flags1; member in struct:rpc_schnauth_creds
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dpef-traceback.h113 unsigned char flags1; /* Flag bits #1: */ member in struct:traceback_table
149 /* The following is present only if has_tboff (in flags1) in fixed part is present... */
165 /* The following are present only if has_ctl (in flags1) in fixed part is present... */
H A Dpef.c102 if (! table.flags1 & TB_HAS_TBOFF)
110 if (table.flags1 & TB_HAS_TBOFF)
133 if (table.flags1 & TB_HAS_CTL)
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep062.tcl138 set flags1 [lindex [lindex $p 1] 1]
191 -create $omethod $flags1 $args1 -mode 0644 $testfile]
197 -create $omethod $args1 -mode 0644 $flags1 $testfile2]
/macosx-10.10/zsh-61/zsh/Src/
H A Dhashtable.c348 * If flags1 > 0, then execute scanfunc on a node only if at least one of
352 * The conditions above for flags1/flags2 must both be true.
362 * The function returns the number of matches, as reduced by pprog, flags1
369 int flags1, int flags2, ScanFunc scanfunc, int scanflags)
378 * sorted, flags1 and flags2 are ignore.
405 if ((!flags1 || ((*htp)->flags & flags1)) &&
425 if ((!flags1 || (hn->flags & flags1)) && !(hn->flags & flags2)
441 scanhashtable(HashTable ht, int sorted, int flags1, in argument
368 scanmatchtable(HashTable ht, Patprog pprog, int sorted, int flags1, int flags2, ScanFunc scanfunc, int scanflags) argument
[all...]
H A Dbuiltin.c466 int flags1 = 0, flags2 = 0; local
488 flags1 = DISABLED;
498 scanhashtable(ht, 1, flags1, flags2, ht->printnode, 0);
3552 int flags1 = 0, flags2 = DISABLED; local
3566 flags1 |= ALIAS_GLOBAL;
3576 flags1 |= ALIAS_SUFFIX;
3592 scanhashtable(ht, 1, flags1, flags2, ht->printnode, printflags);
3605 scanmatchtable(ht, pprog, 1, flags1, flags2,
3624 createaliasnode(ztrdup(asg->value), flags1));
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdmarker.c704 unsigned int version, flags0, flags1, transform; local
715 flags1 = (GETJOCTET(data[9]) << 8) + GETJOCTET(data[10]);
717 TRACEMS4(cinfo, 1, JTRC_ADOBE, version, flags0, flags1, transform);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dobjcopy.c2424 flagword flags1, flags2;
2427 flags1 = (*sec1)->flags;
2429 if ((flags1 & SEC_HAS_CONTENTS) == 0
2430 || (flags1 & SEC_LOAD) == 0)
2422 flagword flags1, flags2; local
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c63725 u16 flags1; /* Copy of initial value of pIn1->flags */ member in struct:vdbeExecUnion::OP_Ge_stack_vars
[all...]

Completed in 334 milliseconds