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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c1109 struct value vtemp; local
1154 memset(&vtemp, 0, sizeof(vtemp));
1155 vtemp.tstamp = ep->tstamp;
1156 vtemp.fstamp = ep->fstamp;
1157 vtemp.vallen = ep->vallen;
1158 vtemp.ptr = (u_char *)ep->pkt;
1159 len = crypto_send(fp, &vtemp, start);
1249 if ((rval = crypto_alice(peer, &vtemp)) == XEVNT_OK) {
1250 len = crypto_send(fp, &vtemp, star
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1173 char *vtemp = visible_line; local
1177 invisible_line = vtemp;
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c5788 bpf_int32 vtemp; local
5790 vtemp = v1;
5792 v2 = vtemp;
5910 bpf_int32 vtemp; local
5912 vtemp = v1;
5914 v2 = vtemp;

Completed in 136 milliseconds