HomeSort by relevance Sort by last modified time
    Searched refs:nsigs (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/xbill/DNS/
RRset.java 26 private short nsigs; field in class:RRset
33 nsigs = 0;
49 nsigs = rrset.nsigs;
57 if (nsigs == 0)
60 rrs.add(rrs.size() - nsigs, r);
63 nsigs++;
101 nsigs--;
109 nsigs = 0;
119 size = total - nsigs;
    [all...]
  /external/tcpdump/
print-lwres.c 164 lwres_uint16_t nsigs; member in struct:__anon35250
535 TCHECK(grbn->nsigs);
552 EXTRACT_16BITS(&grbn->nsigs));
555 s = (const char *)&grbn->nsigs+ sizeof(grbn->nsigs);
573 na = EXTRACT_16BITS(&grbn->nsigs);

Completed in 840 milliseconds