Home | History | Annotate | Download | only in tcpdump

Lines Matching full:nterror

800     u_int32_t nterror;
830 nterror = EXTRACT_LE_32BITS(&buf[5]);
831 if (nterror)
832 printf("NTError = %s\n", nt_errstr(nterror));