Searched defs:nsigs (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DRRset.java26 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/
H A Dprint-lwres.c164 lwres_uint16_t nsigs; member in struct:__anon31533
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 83 milliseconds