Home | History | Annotate | Download | only in dist

Lines Matching refs:sit

170 	nd_uint32_t sit; /* Situation */
530 nd_uint32_t sit; /* Situation */
1002 uint32_t doi, sit, ident;
1011 sit = GET_BE_U_4(p->sit);
1014 ND_PRINT(" situation=%u", sit);
1021 if (sit & 0x01) {
1025 if (sit & 0x02) {
1029 if (sit & 0x04)
1033 if (sit != 0x01) {