Home
last modified time | relevance | path

Searched refs:host1 (Results 1 – 21 of 21) sorted by relevance

/src/contrib/ntp/libntp/
H A Dmachines.c40 struct hostent *host1; in gethostbyname() local
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() local
[all …]
/src/libexec/bootpd/
H A Dreadfile.c1350 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()
/src/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 \
/src/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-chromebook.dtsi61 /* This turns on vbus for host1 (dwc2) */
62 vcc5_host1: regulator-vcc5-host1 {
174 host1_pwr_en: host1-pwr-en {
H A Drk3288-phycore-rdk.dts50 vcc_host1_5v: regulator-usb-host1 {
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: regulator-vcc5-host1 {
/src/contrib/ntp/sntp/tests/data/
H A Dkod-expected-single1 0000000000000001 DENY host1
/src/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-tiger-haikou.dts352 /* host1 on Q7_USB_P3, usb2 port */
357 /* host1 on Q7_USB_P3, usb2 port */
H A Drk3588-jaguar.dts1122 /* host1 on P12 USB-C */
1137 /* host1 on M.2 E-key */
1142 /* host1 on M.2 E-key */
H A Drk3328-roc.dtsi60 vcc_host1_5v: vcc_otg_5v: regulator-vcc-host1-5v {
H A Drk3399-eaidk-610.dts202 vcc5v0_host1: regulator-vcc5v0-host1 {
735 vcc5v0_host1_en: vcc5v0-host1-en {
H A Drk3576-roc-pc.dts157 vcc5v0_usb20_host1: regulator-vcc5v0-usb20-host1 {
/src/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",
/src/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()
/src/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6q-dmo-edmqmx6.dts49 reg_usb_host1: regulator-usb-host1 {
/src/share/examples/ppp/
H A Dppp.conf.span-isp6 # | host1 | | host2 | | host3 |
/src/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-facebook-bletchley.dts367 "SLED1_MD_MODE1","SLED1_MD_MODE2","SLED1_MD_MODE3","power-host1";
/src/contrib/sendmail/cf/
H A DREADME2282 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.
/src/contrib/sendmail/cf/m4/
H A Dproto.m41050 dnl allow tricks like [host1]:[host2]
/src/contrib/sendmail/
H A DRELEASE_NOTES5932 CONFIG: Properly strip route addresses (i.e., @host1:user@host2)