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

1 2

  /external/tcpdump/
print-mpcp.c 154 if (!TTEST2(*tptr, sizeof(const struct mpcp_common_header_t)))
173 if (!TTEST2(*tptr, MPCP_GRANT_NUMBER_LEN))
184 if (!TTEST2(*tptr, sizeof(const struct mpcp_grant_t)))
194 if (!TTEST2(*tptr, MPCP_TIMESTAMP_DURATION_LEN))
201 if (!TTEST2(*tptr, MPCP_REPORT_QUEUESETS_LEN))
208 if (!TTEST2(*tptr, MPCP_REPORT_REPORTBITMAP_LEN))
219 if (!TTEST2(*tptr, MPCP_TIMESTAMP_DURATION_LEN))
233 if (!TTEST2(*tptr, sizeof(const struct mpcp_reg_req_t)))
242 if (!TTEST2(*tptr, sizeof(const struct mpcp_reg_t)))
254 if (!TTEST2(*tptr, sizeof(const struct mpcp_reg_ack_t))
    [all...]
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-isoclns.c     [all...]
print-dtp.c 59 if (!TTEST2(*tptr, DTP_HEADER_LEN))
77 if (!TTEST2(*tptr, 4))
print-802_11.c 644 if (!TTEST2(*p, IEEE802_11_IV_LEN + IEEE802_11_KID_LEN))
677 if (!TTEST2(*(p + offset), 1))
683 if (!TTEST2(*(p + offset), 2))
693 if (!TTEST2(*(p + offset), ssid.length))
715 if (!TTEST2(*(p + offset), 2))
726 if (!TTEST2(*(p + offset), challenge.length))
749 if (!TTEST2(*(p + offset), 2))
759 if (!TTEST2(*(p + offset), rates.length))
789 if (!TTEST2(*(p + offset), 3))
809 if (!TTEST2(*(p + offset), 8)
    [all...]
print-carp.c 76 if (TTEST2(bp[0], len) && in_cksum(vec, 1))
print-olsr.c 275 if (!TTEST2(*tptr, sizeof(struct olsr_common))) {
304 if (!TTEST2(*tptr, sizeof(struct olsr_msg4)))
367 if (!TTEST2(*msg_data, sizeof(struct olsr_hello)))
382 if (!TTEST2(*msg_data, sizeof(struct olsr_hello_link)))
426 if (!TTEST2(*msg_data, sizeof(struct olsr_tc)))
457 if (!TTEST2(*msg_data, addr_size))
481 if (!TTEST2(*msg_data, sizeof(struct olsr_hna6)))
499 if (!TTEST2(*msg_data, sizeof(struct olsr_hna4)))
538 if (!TTEST2(*msg_data, 4))
556 if (!TTEST2(*msg_data, 4)
    [all...]
print-udld.c 96 if (!TTEST2(*tptr, UDLD_HEADER_LEN))
122 if (!TTEST2(*tptr, 4))
print-vtp.c 135 if (!TTEST2(*tptr, VTP_HEADER_LEN))
245 if (!TTEST2(*tptr, len))
285 if (!TTEST2(*tptr, tlv_len*2 +2))
print-lwapp.c 184 if (!TTEST2(*tptr, 6))
233 if (!TTEST2(*tptr, sizeof(struct lwapp_control_header)))
248 if (!TTEST2(*tptr, msg_tlen))
307 if (!TTEST2(*tptr, 6))
print-vrrp.c 113 if (TTEST2(bp[0], 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 579 if (!TTEST2(*tptr, sizeof(struct lspping_tlv_header)))
606 if (!TTEST2(*tptr, lspping_tlv_len))
615 if (!TTEST2(*tptr, sizeof(struct lspping_tlv_header)))
    [all...]
print-vqp.c 178 if (!TTEST2(*tptr, vqp_obj_len))
print-bootp.c 385 while (TTEST2(*bp, 1)) {
416 while (TTEST2(*bp, 1) && *bp == TAG_PAD) {
424 if (!TTEST2(*bp, len)) {
print-chdlc.c 183 if (!TTEST2(*cp, 4))
print-eap.c 205 if (!TTEST2(*tptr, len))
print-tcp.c 376 if (TTEST2(tp->th_sport, length)) {
390 if (TTEST2(tp->th_sport, length)) {
707 length >= 4 && TTEST2(*bp, 4)) {
769 if (TTEST2(*sp, length))
    [all...]
interface.h 121 #define TTEST2(var, l) (snapend - (l) <= snapend && \
125 #define TTEST(var) TTEST2(var, sizeof(var))
128 #define TCHECK2(var, l) if (!TTEST2(var, l)) goto trunc
print-pim.c 128 if (TTEST2(bp[0], 30) && bp[11] == 1 &&
641 printf("(%scorrect)", TTEST2(bp[0], len) && cksum ? "in" : "" );
748 if (!TTEST2(*(bp+4), PIMV2_REGISTER_FLAG_LEN))
print-lmp.c 416 if (!TTEST2(*tptr, sizeof(struct lmp_object_header)))
442 if (!TTEST2(*tptr, lmp_obj_len))
print-egp.c 225 if (!TTEST2(*egp, length)) {
print-igmp.c 334 if (vflag && TTEST2(bp[0], len)) {
print-pgm.c 480 if (!TTEST2(*bp, PGM_MIN_OPT_LEN)) {
524 if (!TTEST2(*bp, opt_len - 2)) {
print-udp.c 543 } else if (TTEST2(cp[0], length)) {
557 if (TTEST2(cp[0], length)) {

Completed in 795 milliseconds

1 2