Home
last modified time | relevance | path

Searched full:host1 (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/ntp/sntp/tests/
H A DkodDatabase.c45 const char HOST1[] = "192.0.2.3"; in test_MultipleEntryHandling() local
54 add_entry(HOST1, REASON1); in test_MultipleEntryHandling()
60 TEST_ASSERT_EQUAL(1, search_entry(HOST1, &result)); in test_MultipleEntryHandling()
61 TEST_ASSERT_EQUAL_STRING(HOST1, result->hostname); in test_MultipleEntryHandling()
120 const char HOST1[] = "192.0.2.1"; in test_DeleteEntry() local
125 add_entry(HOST1, REASON); in test_DeleteEntry()
139 TEST_ASSERT_EQUAL(1, search_entry(HOST1, &result)); in test_DeleteEntry()
H A DkodFile.c106 add_entry("host1", "DENY"); in test_WriteFileWithSingleEntry()
/freebsd/contrib/ntp/libntp/
H A Dmachines.c40 struct hostent *host1; in gethostbyname()
42 host1 = (struct hostent *) emalloc (sizeof(struct hostent)); in gethostbyname()
43 host1->h_name = name; in gethostbyname()
44 host1->h_addrtype = AF_INET; in gethostbyname()
45 host1->h_aliases = name; in gethostbyname()
46 host1->h_length = 4; in gethostbyname()
47 host1->h_addr_list[0] = (char *)hostGetByName (name); in gethostbyname()
48 host1->h_addr_list[1] = NULL; in gethostbyname()
49 return host1; in gethostbyname()
54 struct hostent *host1; in gethostbyaddr()
41 struct hostent *host1; gethostbyname() local
55 struct hostent *host1; gethostbyaddr() local
[all...]
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dmktestdata.sh176 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \
178 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \
180 ssh-keygen -s ecdsa_1 -I julius -n host1,host2 -h \
182 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \
184 ssh-keygen -s ecdsa_1 -I julius -n host1,host2 -h \
186 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \
/freebsd/usr.sbin/syslogd/tests/
H A Dsyslogd_test.sh272 printf "+host1,host2\nuser.debug\t${logfile}\n" > "${SYSLOGD_CONFIG}"
279 atf_check -s exit:0 -o match:"host1: hello this is host1" cat "${logfile}"
285 printf "\-host1,host2\nuser.debug\t${logfile}\n" > "${SYSLOGD_CONFIG}"
292 atf_check -s exit:0 -o not-match:"host1: hello this is host1" cat "${logfile}"
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-chromebook.dtsi61 /* This turns on vbus for host1 (dwc2) */
62 vcc5_host1: vcc5-host1-regulator {
174 host1_pwr_en: host1-pwr-en {
H A Drk3288-phycore-rdk.dts50 vcc_host1_5v: usb-host1-regulator {
211 host1_vbus_drv: host1-vbus-drv {
H A Drk3288-evb.dtsi131 /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
H A Drk3288-veyron-fievel.dts39 vcc5_host1: vcc5-host1-regulator {
/freebsd/libexec/bootpd/
H A Dreadfile.c1337 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE
1340 * If the hardware addresses of "host1" and "host2" are identical, but
1350 struct host *host1 = (struct host *) d1; in hwinscmp() local
1353 if (host1->htype != host2->htype) { in hwinscmp()
1356 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) { in hwinscmp()
1360 if ((host1->subnet_mask.s_addr) == (host2->subnet_mask.s_addr)) { in hwinscmp()
1361 if (((host1->iaddr.s_addr) & (host1->subnet_mask.s_addr)) != in hwinscmp()
1989 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE
1999 struct host *host1 = (struct host *) d1; in hwlookcmp() local
2002 if (host1->htype != host2->htype) { in hwlookcmp()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dralink,rt3883-pinctrl.yaml39 lna a, lna g, mdio, pci-dev, pci-fnc, pci-host1, pci-host2,
173 const: pci-host1
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-facebook-yosemitev2.dts51 // Host1 Console
123 //Host1 IPMB bus
/freebsd/contrib/ntp/sntp/tests/data/
H A Dkod-expected-single1 0000000000000001 DENY host1
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Drockchip-usb-phy.txt24 "0x348" - for PHY attach to HOST1 controller
H A Dmarvell,armada-cp110-utmi-phy.yaml24 1.H----- USB HOST1
/freebsd/tools/tools/mctest/
H A Dmctest_run.sh21 …ocal_interface -f foreign_interface -s size -g group -n number -c remote command host1 host2 hostN'
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-pca953x.txt79 "en-usb", "en-host1", "en-host2", "chg-int", "p14", "p15", "mic-int", "en-modem",
H A Dgpio-pca95xx.yaml197 "en-host1", "en-host2", "chg-int", "p14", "p15",
/freebsd/usr.bin/ssh-copy-id/
H A Dssh-copy-id.180 .Dl $ ssh-copy-id -i /path/to/keyfile.pub user@host1 user@host2 user@host3
/freebsd/sys/dev/sfxge/common/
H A Defx_filter.c696 uint32_t rhost, host1, host2; in siena_filter_spec_from_gen_spec() local
744 host1 = gen_spec->efs_loc_host.eo_u32[0]; in siena_filter_spec_from_gen_spec()
747 host1 = rhost; in siena_filter_spec_from_gen_spec()
769 sf_spec->sfs_dword[0] = (host1 << 16) | port1; in siena_filter_spec_from_gen_spec()
770 sf_spec->sfs_dword[1] = (port2 << 16) | (host1 >> 16); in siena_filter_spec_from_gen_spec()
/freebsd/sbin/pfctl/
H A Dpfctl.8282 .Dq host1
286 .Dl # pfctl -k host1 -k host2
/freebsd/usr.bin/tftp/
H A Dtftp.1120 .Oo Ar host1 : Oc Ns Ar file1
/freebsd/share/examples/ppp/
H A Dppp.conf.span-isp6 # | host1 | | host2 | | host3 |
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-eaidk-610.dts203 vcc5v0_host1: vcc5v0-host1-regulator {
736 vcc5v0_host1_en: vcc5v0-host1-en {
H A Drk3328-roc-cc.dts64 vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator {

12