Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:flags2

148 	{ "Flags2=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]\nOFun=[w]\nSize=[D]\nRes=([w, w, w, w, w])\nPath=[S]",
797 uint16_t flags2;
824 flags2 = EXTRACT_LE_16BITS(&buf[10]);
825 unicodestr = flags2 & 0x8000;
826 nterrcodes = flags2 & 0x4000;