/freebsd/contrib/ntp/libntp/ |
H A D | machines.c | 40 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/libexec/bootpd/ |
H A D | readfile.c | 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() 1999 struct host *host1 = (struct host *) d1; in hwlookcmp() local 2002 if (host1->htype != host2->htype) { in hwlookcmp() 2005 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) { in hwlookcmp() 2019 struct host *host1 = (struct host *) d1; in iplookcmp() local 2022 return (host1->iaddr.s_addr == host2->iaddr.s_addr); in iplookcmp()
|
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | mktestdata.sh | 176 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/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron-chromebook.dtsi | 61 /* This turns on vbus for host1 (dwc2) */ 62 vcc5_host1: vcc5-host1-regulator { 174 host1_pwr_en: host1-pwr-en {
|
H A D | rk3288-phycore-rdk.dts | 50 vcc_host1_5v: usb-host1-regulator { 211 host1_vbus_drv: host1-vbus-drv {
|
H A D | rk3288-evb.dtsi | 131 /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
|
H A D | rk3288-veyron-fievel.dts | 39 vcc5_host1: vcc5-host1-regulator {
|
/freebsd/contrib/ntp/sntp/tests/data/ |
H A D | kod-expected-single | 1 0000000000000001 DENY host1
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-pca953x.txt | 79 "en-usb", "en-host1", "en-host2", "chg-int", "p14", "p15", "mic-int", "en-modem",
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_filter.c | 696 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/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3328-roc-cc.dts | 64 vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator {
|
H A D | rk3399-eaidk-610.dts | 203 vcc5v0_host1: vcc5v0-host1-regulator { 736 vcc5v0_host1_en: vcc5v0-host1-en {
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.span-isp | 6 # | host1 | | host2 | | host3 |
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-facebook-bletchley.dts | 372 "SLED1_MD_MODE1","SLED1_MD_MODE2","SLED1_MD_MODE3","power-host1";
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 2282 user@host1.example.com, normally the LDAP lookup would only be done for 2283 'user@host1.example.com' and '@host1.example.com'. However, if 2284 LDAPROUTE_EQUIVALENT(`host1.example.com') is used, the lookups would also be 2286 host1.example.com lookups.
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 1050 dnl allow tricks like [host1]:[host2]
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 5932 CONFIG: Properly strip route addresses (i.e., @host1:user@host2)
|