Searched refs:sys_ident (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 160 char *sys_ident = NULL; /* identity scheme */ variable 1502 cast_flags, 0, skeyid, sys_ident); in receive() 1540 if (group_test(groupname, sys_ident)) { in receive() 1622 FLAG_PREEMPT, MDF_BCLNT, 0, skeyid, sys_ident); in receive() 1647 0, skeyid, sys_ident); in receive() 1679 if (group_test(groupname, sys_ident)) { in receive() 1768 skeyid, sys_ident)) == NULL) { in receive()
|
H A D | ntp_control.c | 2540 if (sys_ident != NULL) in ctl_putsys() 2541 ctl_putstr(sys_var[CS_IDENT].text, sys_ident, in ctl_putsys() 2542 strlen(sys_ident)); in ctl_putsys()
|
H A D | ntp_config.c | 4180 sys_ident = curr_var->value.s; in config_vars()
|
/freebsd/contrib/ntp/include/ |
H A D | ntpd.h | 254 extern char *sys_ident; /* identity scheme */
|