Searched refs:sys_ident (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_proto.c | 161 char *sys_ident = NULL; /* identity scheme */ variable 1457 (MDF_UCAST | MDF_UCLNT), 0, skeyid, sys_ident); in receive() 1495 if (group_test(groupname, sys_ident)) { in receive() 1577 FLAG_PREEMPT, MDF_BCLNT, 0, skeyid, sys_ident); in receive() 1602 0, skeyid, sys_ident); in receive() 1634 if (group_test(groupname, sys_ident)) { in receive() 1723 skeyid, sys_ident)) == NULL) { in receive()
|
| D | ntp_control.c | 2541 if (sys_ident != NULL) in ctl_putsys() 2542 ctl_putstr(sys_var[CS_IDENT].text, sys_ident, in ctl_putsys() 2543 strlen(sys_ident)); in ctl_putsys()
|
| D | ntp_config.c | 4152 sys_ident = curr_var->value.s; in config_vars()
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntpd.h | 234 extern char *sys_ident; /* identity scheme */
|