Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:sit

426 	u_int32_t doi, sit, ident;
436 sit = ntohl(sa.sit);
439 printf(" situation=%u", (u_int32_t)ntohl(sa.sit));
444 q = (u_int32_t *)&sa.sit;
447 if (sit & 0x01) {
451 if (sit & 0x02) {
455 if (sit & 0x04)
459 if (sit != 0x01) {