Searched refs:PidHigh (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dntlm.c493 uint16 PidHigh; member in struct:__anon11666
600 htois(p, hdr->PidHigh); p += 2;
617 hdr->PidHigh = itohs(p); p += 2;
971 hdr.PidHigh = 0;
974 hdr.PidHigh = (uint16) (((uint32) current_pid) >> 16);
1162 hdr.PidHigh = 0;
1165 hdr.PidHigh = (uint16) (((uint32) current_pid) >> 16);

Completed in 124 milliseconds