Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:flags2

149 	{ "Flags2=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]\nOFun=[w]\nSize=[D]\nRes=([w, w, w, w, w])\nPath=[S]",
797 u_int16_t flags2;
809 flags2 = EXTRACT_LE_16BITS(&buf[10]);
810 unicodestr = flags2 & 0x8000;
811 nterrcodes = flags2 & 0x4000;