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

  /external/tcpdump/
print-syslog.c 97 if (!TTEST2(*pptr, 1))
103 if (!TTEST2(*(pptr+msg_off), 1))
110 if (!TTEST2(*(pptr+msg_off), 1))
116 if (!TTEST2(*(pptr+msg_off), 1))
149 if (!TTEST2(*(pptr+msg_off), 1))
print-domain.c 61 if (!TTEST2(*cp, 1))
72 if (!TTEST2(*cp, 1))
80 if (!TTEST2(*cp, 1))
95 if (!TTEST2(*cp, 1))
129 if (!TTEST2(*cp, 1))
138 if (!TTEST2(*(cp + 1), 1))
159 if (!TTEST2(*cp, 1))
174 if (!TTEST2(*cp, 1))
179 if (!TTEST2(*cp, 1))
218 if (!TTEST2(*cp, 1)
    [all...]
print-802_11.c 145 if (!TTEST2(*p, IEEE802_11_IV_LEN + IEEE802_11_KID_LEN))
169 if (!TTEST2(*(p + offset), 1))
175 if (!TTEST2(*(p + offset), 2))
183 if (!TTEST2(*(p + offset), pbody->ssid.length))
196 if (!TTEST2(*(p + offset), 2))
204 if (!TTEST2(*(p + offset), pbody->challenge.length))
217 if (!TTEST2(*(p + offset), 2))
224 if (!TTEST2(*(p + offset), pbody->rates.length))
236 if (!TTEST2(*(p + offset), 3))
246 if (!TTEST2(*(p + offset), 8)
    [all...]
print-isoclns.c     [all...]
print-olsr.c 227 if (!TTEST2(*tptr, sizeof(struct olsr_common))) {
249 if (!TTEST2(*tptr, sizeof(struct olsr_msg)))
278 if (!TTEST2(*msg_data, sizeof(struct olsr_hello)))
292 if (!TTEST2(*msg_data, sizeof(struct olsr_hello_link)))
323 if (!TTEST2(*msg_data, sizeof(struct olsr_tc)))
340 if (!TTEST2(*msg_data, sizeof(struct in_addr)))
354 if (!TTEST2(*msg_data, sizeof(struct olsr_hna)))
print-vrrp.c 113 if (TTEST2(bp[0], len) && in_cksum((const u_short*)bp, len, 0))
print-ldp.c 354 if (!TTEST2(*tptr, 11))
369 if (!TTEST2(*tptr, vc_info_len))
540 if (!TTEST2(*tptr, sizeof(struct ldp_msg_header)))
564 if (!TTEST2(*tptr, msg_len))
print-cdp.c 101 if (!TTEST2(*tptr, CDP_HEADER_LEN))
110 if (!TTEST2(*tptr, 4)) /* read out Type and Length */
117 if (!TTEST2(*tptr, len))
print-lspping.c 570 if (!TTEST2(*tptr, sizeof(struct lspping_tlv_header)))
596 if (!TTEST2(*tptr, lspping_tlv_len))
605 if (!TTEST2(*tptr, sizeof(struct lspping_tlv_header)))
    [all...]
interface.h 127 #define TTEST2(var, l) (snapend - (l) <= snapend && \
131 #define TTEST(var) TTEST2(var, sizeof(var))
134 #define TCHECK2(var, l) if (!TTEST2(var, l)) goto trunc
print-bootp.c 381 while (TTEST2(*bp, 1)) {
412 while (TTEST2(*bp, 1) && *bp == TAG_PAD) {
420 if (!TTEST2(*bp, len)) {
print-chdlc.c 183 if (!TTEST2(*cp, 4))
print-pim.c 130 if (TTEST2(bp[0], 30) && bp[11] == 1 &&
642 TTEST2(bp[0], len) &&
750 if (!TTEST2(*(bp+4), PIMV2_REGISTER_FLAG_LEN))
print-tcp.c 425 if (TTEST2(tp->th_sport, length)) {
439 if (TTEST2(tp->th_sport, length)) {
717 if (TTEST2(*sp, length))
print-lmp.c 414 if (!TTEST2(*tptr, sizeof(struct lmp_object_header)))
440 if (!TTEST2(*tptr, lmp_obj_len))
print-pgm.c 463 if (!TTEST2(*bp, PGM_MIN_OPT_LEN)) {
507 if (!TTEST2(*bp, opt_len - 2)) {
print-egp.c 225 if (!TTEST2(*egp, length)) {
print-igmp.c 328 if (vflag && TTEST2(bp[0], len)) {
print-udp.c 576 } else if (TTEST2(cp[0], length)) {
588 if (TTEST2(cp[0], length)) {
print-icmp6.c 257 if (TTEST2(bp[0], length)) {
983 if (!TTEST2(*dp,
1012 if (!TTEST2(*dp, sizeof(*ni6) + sizeof(struct in_addr)))
    [all...]
print-bgp.c     [all...]
print-icmp.c 563 if (TTEST2(*bp, plen)) {
print-rsvp.c 638 if (!TTEST2(*tptr, sizeof(struct rsvp_object_header)))
683 if (!TTEST2(*tptr, rsvp_obj_len))
    [all...]
print-nfs.c 435 if (TTEST2(*dp, len * sizeof(*dp))) {
    [all...]

Completed in 1289 milliseconds