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

  /external/tcpdump/
print-mobile.c 80 if (length < MOBILE_SIZE || !TTEST(*mob)) {
print-icmp6.c 536 if (!TTEST(ip6->ip6_nxt))
549 if (TTEST(uh->uh_dport)) {
561 if (!TTEST(hbh->ip6h_len))
569 if (!TTEST(fragh->ip6f_offlg))
580 if (!TTEST(ah->ah_len))
    [all...]
print-udp.c 443 if (!TTEST(up->uh_dport)) {
542 if (TTEST(rp->rm_direction)) {
561 if (TTEST(((struct LAP *)cp)->type) &&
print-mobility.c 182 if (!TTEST(mh->ip6m_len)) {
interface.h 131 #define TTEST(var) TTEST2(var, sizeof(var))
print-isoclns.c     [all...]
print-pgm.c 182 if (!TTEST(pgm->pgm_dport)) {
print-pim.c 227 if (TTEST(bp[8])) {
print-tcp.c 215 if (!TTEST(tp->th_dport)) {

Completed in 329 milliseconds