/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/mellanox/onyx/plugins/modules/ |
H A D | onyx_ntp.py | 140 def _set_ntp_keys_config(self, ntp_config): argument 141 if not ntp_config: 143 for req_ntp_auth_key in ntp_config: 147 def _set_ntp_config(self, ntp_config): argument 148 ntp_config = ntp_config[0] 149 if not ntp_config: 156 ntp_config = self._show_ntp_config() 157 if ntp_config: 158 if ntp_config[0]: 159 self._set_ntp_config(ntp_config[0]) [all …]
|
H A D | onyx_ptp_global.py | 107 def _set_ntp_config(self, ntp_config): argument 108 ntp_config = ntp_config[0] 109 if not ntp_config: 111 ntp_state = ntp_config.get('NTP enabled') 137 ntp_config = self._show_ntp_config() 138 self._set_ntp_config(ntp_config)
|
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/onyx/ |
H A D | onyx_ptp_global.py | 112 def _set_ntp_config(self, ntp_config): argument 113 ntp_config = ntp_config[0] 114 if not ntp_config: 116 ntp_state = ntp_config.get('NTP enabled') 142 ntp_config = self._show_ntp_config() 143 self._set_ntp_config(ntp_config)
|
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/docs/ |
H A D | ntp_config.adoc | 54 | *ntp_config.h* | This file is the header file for *ntp_config.c*. It mainly contains the… 56 | *ntp_config.tab.c* | This file is generated by Bison from the *ntp_config.y* file. This file… 112 *ntp_config.y*:: 138 following union at the start of the *ntp_config.y* file: 171 declared as follows in the prologue of *ntp_config.y* file: 240 bison ntp_config.y 245 included into the *ntp_config.c* file. 256 bison -v ntp_config.y 262 *ntp_config.c* 282 command. Add these rules to the rules section of the *ntp_config.y* [all …]
|
/dports/net/cloud-init/cloud-init-21.4/cloudinit/config/ |
H A D | cc_ntp.py | 476 def supplemental_schema_validation(ntp_config): argument 487 missing = REQUIRED_NTP_CONFIG_KEYS.difference(set(ntp_config.keys())) 492 elif not any([ntp_config.get('template'), 493 ntp_config.get('template_name')]): 497 for key, value in sorted(ntp_config.items()):
|
/dports/net/samba412/samba-4.12.15/source4/ntp_signd/ |
H A D | ntp-dev-4.2.5p125.diff | 10 diff -ur ntp-dev-4.2.5p125/include/ntp_config.h ntp-samba/include/ntp_config.h 11 --- ntp-dev-4.2.5p125/include/ntp_config.h 2008-07-17 07:20:58.000000000 +1000 12 +++ ntp-samba/include/ntp_config.h 2008-08-28 21:59:06.000000000 +1000 75 diff -ur ntp-dev-4.2.5p125/ntpd/ntp_config.c ntp-samba/ntpd/ntp_config.c 76 --- ntp-dev-4.2.5p125/ntpd/ntp_config.c 2008-08-10 22:37:54.000000000 +1000 77 +++ ntp-samba/ntpd/ntp_config.c 2008-08-28 22:03:52.000000000 +1000 117 Only in ntp-samba/ntpd: ntp_config.c~ 118 Only in ntp-samba/ntpd: ntp_config.c.orig
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/cloudengine/ |
H A D | ce_ntp.py | 435 ntp_config = list() 439 return ntp_config 482 ntp_config.append(dict(vpn_name=vpn_name, 486 ntp_config.append(dict(vpn_name=vpn_name, 490 return ntp_config
|
H A D | ce_ntp_auth.py | 314 for ntp_config in ntp_config_list: 315 ntp_auth_mode = re.findall(r'.*authentication-mode(\s\S*)\s\S*\s(\S*)', ntp_config) 316 ntp_auth_trust = re.findall(r'.*trusted.*', ntp_config)
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/ |
H A D | ce_ntp.py | 435 ntp_config = list() 439 return ntp_config 482 ntp_config.append(dict(vpn_name=vpn_name, 486 ntp_config.append(dict(vpn_name=vpn_name, 490 return ntp_config
|
H A D | ce_ntp_auth.py | 314 for ntp_config in ntp_config_list: 315 ntp_auth_mode = re.findall(r'.*authentication-mode(\s\S*)\s\S*\s(\S*)', ntp_config) 316 ntp_auth_trust = re.findall(r'.*trusted.*', ntp_config)
|
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/cloudengine/ |
H A D | ce_ntp.py | 437 ntp_config = list() 441 return ntp_config 484 ntp_config.append(dict(vpn_name=vpn_name, 488 ntp_config.append(dict(vpn_name=vpn_name, 492 return ntp_config
|
H A D | ce_ntp_auth.py | 316 for ntp_config in ntp_config_list: 317 ntp_auth_mode = re.findall(r'.*authentication-mode(\s\S*)\s\S*\s(\S*)', ntp_config) 318 ntp_auth_trust = re.findall(r'.*trusted.*', ntp_config)
|
/dports/net/ntp/ntp-4.2.8p15/ntpd/ |
H A D | Makefile.in | 208 am_ntpd_OBJECTS = ntp_config.$(OBJEXT) ntp_io.$(OBJEXT) \ 217 am__objects_2 = ntpdsim-ntp_config.$(OBJEXT) ntpdsim-ntp_io.$(OBJEXT) \ 755 ntp_config.c \ 1070 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_config.Po@am__quote@ 1090 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_config.Po@am__quote@ 1162 ntpdsim-ntp_config.o: ntp_config.c 1163 …pdsim-ntp_config.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_config.Tpo -c -o ntpdsim-ntp_config.o `test -… 1164 …_fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config… 1169 ntpdsim-ntp_config.obj: ntp_config.c 1170 …(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_config.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_config.Tpo -c -… [all …]
|
/dports/net/ntp/ntp-4.2.8p15/tests/ntpd/ |
H A D | Makefile.am | 163 $(top_builddir)/ntpd/ntp_config.o \ 184 $(top_builddir)/ntpd/ntp_config.o \
|
H A D | Makefile.in | 202 $(top_builddir)/ntpd/ntp_config.o \ 214 $(top_builddir)/ntpd/ntp_config.o \ 878 $(top_builddir)/ntpd/ntp_config.o \ 897 $(top_builddir)/ntpd/ntp_config.o \
|
/dports/net/ntp/ntp-4.2.8p15/ |
H A D | CommitLog-4.1.0 | 55 * ntpd/ntp_config.c: 854 * ntpd/ntp_config.c: 1823 from ntp_config... 1828 * include/ntp_config.h: 1829 * ntpd/ntp_config.c: Move a whack of #defines to ntp_config.h so 1849 ntp_config.h . 3638 * ntpd/ntp_config.c: 3770 * ntpd/ntp_config.c 3774 * ntpd/ntp_config.c 3973 * ntpd/ntp_config.c: [all …]
|
H A D | TODO | 79 xntpd/ntp_config.c
|
H A D | CommitLog | 151820 ntp_config.c: 152244 ntp_config.c: 158181 ntp_config.c: 159904 ntp_config.c: 168123 ntp_config.c: 168181 ntp_config.h: 168190 ntp_config.c: 168949 ntp_config.c: 169244 ntp_config.c: 216356 ntp_peer.c, ntp_config.c, ntp_config.h, ntp.h: [all …]
|
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/devel/ |
H A D | CommitLog-4.1.0 | 60 * ntpd/ntp_config.c: 859 * ntpd/ntp_config.c: 1828 from ntp_config... 1833 * include/ntp_config.h: 1834 * ntpd/ntp_config.c: Move a whack of #defines to ntp_config.h so 1854 ntp_config.h . 3643 * ntpd/ntp_config.c: 3775 * ntpd/ntp_config.c 3779 * ntpd/ntp_config.c 3978 * ntpd/ntp_config.c: [all …]
|
H A D | ifdex-ignores | 94 CONFIG_FILE # Only used in ntp_config.h
|
/dports/net/ntp/ntp-4.2.8p15/include/ |
H A D | Makefile.am | 30 ntp_config.h \
|
/dports/net/ntp/ntp-4.2.8p15/html/hints/ |
H A D | decosf2 | 3 Compilation using gcc fails with ntp_config.c. The problem is an apparent
|
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/ |
H A D | wscript | 109 "ntp_config.c",
|
/dports/sysutils/py-salt/salt-3004.1/salt/states/ |
H A D | esxi.py | 393 ntp_config = __salt__[esxi_cmd]("get_ntp_config").get(host) 402 if ntp_servers and set(ntp_servers) != set(ntp_config): 413 ret["changes"].update({"ntp_servers": {"old": ntp_config, "new": ntp_servers}})
|
/dports/net-mgmt/py-napalm/napalm-3.3.1/napalm/eos/ |
H A D | eos.py | 1082 ntp_config = napalm.base.helpers.textfsm_extractor( 1088 for ntp_peer in ntp_config
|