Searched refs:hostval (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_crypto.c | 161 struct value hostval; /* host value */ variable 374 vp->fstamp = hostval.tstamp; in make_keylist() 1131 len = crypto_send(fp, &hostval, start); in crypto_xmit() 1588 vp->fstamp = hostval.tstamp; in crypto_encrypt() 1717 ep->fstamp = hostval.tstamp; in crypto_args() 1827 hostval.tstamp = htonl(crypto_time()); in crypto_update() 1828 if (hostval.tstamp == 0) in crypto_update() 1837 pubkey.tstamp = hostval.tstamp; in crypto_update() 1857 cp->cert.tstamp = hostval.tstamp; in crypto_update() 1875 tai_leap.tstamp = hostval.tstamp; in crypto_update() [all …]
|
| HD | ntp_proto.c | 3345 peer->associd, hostval.ptr); in peer_xmit() 3388 peer->associd, hostval.ptr); in peer_xmit() 3412 peer->associd, hostval.ptr); in peer_xmit() 3443 peer->associd, hostval.ptr); in peer_xmit()
|
| HD | ntp_control.c | 2394 if (hostval.ptr != NULL) in ctl_putsys() 2395 ctl_putstr(sys_var[CS_HOST].text, hostval.ptr, in ctl_putsys() 2396 strlen(hostval.ptr)); in ctl_putsys() 2416 if (hostval.tstamp != 0) in ctl_putsys() 2418 ntohl(hostval.tstamp)); in ctl_putsys()
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntp_crypto.h | 186 extern struct value hostval; /* host name/value */
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | monitor.c | 1419 unsigned int val, hostval; in monitor_write_memory() local 1479 hostval = *(unsigned int *) myaddr; in monitor_write_memory() 1480 monitor_debug ("Hostval(%08x) val(%08x)\n", hostval, val); in monitor_write_memory()
|
| /NextBSD/contrib/gcc/ |
| HD | builtins.c | 492 unsigned HOST_WIDE_INT val, hostval; in target_char_cast() local 502 hostval = val; in target_char_cast() 504 hostval &= (((unsigned HOST_WIDE_INT) 1) << HOST_BITS_PER_CHAR) - 1; in target_char_cast() 506 if (val != hostval) in target_char_cast() 509 *p = hostval; in target_char_cast()
|