Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:sit

550 	u_int32_t doi, sit, ident;
560 sit = ntohl(sa.sit);
563 ND_PRINT((ndo," situation=%u", (u_int32_t)ntohl(sa.sit)));
570 if (sit & 0x01) {
574 if (sit & 0x02) {
578 if (sit & 0x04)
582 if (sit != 0x01) {