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

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgutl.c281 hdrp->serial_hi << 8 | hdrp->serial_lo,
H A Ddgcall.c252 (rqe->hdrp->serial_hi << 8) | rqe->hdrp->serial_lo;
1160 unsigned16 curr_serial = (rqe->hdrp->serial_hi << 8) | rqe->hdrp->serial_lo;
1508 fragnum, (rqe->hdrp->serial_hi << 8) | rqe->hdrp->serial_lo,
H A Ddgxq.c324 xq->hdr.serial_hi = (xqe->serial_num & 0xFF00) >> 8;
H A Ddg.c717 (rqe->hdrp->serial_hi << 8) | rqe->hdrp->serial_lo;
H A Ddg.h402 u_char serial_hi; /* 07:01 high byte of fragment serial number */ member in struct:__anon8299
H A Ddgccall.c1522 xq->hdr.serial_hi = (xq->next_serial_num & 0xFF00) >> 8;
H A Ddglsn.c335 COPY_HDR (serial_hi);
/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.c755 u_int64_t serial, serial_lo, serial_hi; local
798 buffer_get_int64_ret(&serial_hi, &subsect) != 0) {
803 serial_lo, serial_hi) != 0) {

Completed in 122 milliseconds