Home
last modified time | relevance | path

Searched refs:net (Results 1 – 25 of 115) sorted by relevance

12345

/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
Dinet_makeaddr.c59 inet_makeaddr(in_addr_t net, in_addr_t host) in __weak_alias()
64 if (net < 128) in __weak_alias()
65 addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST); in __weak_alias()
66 else if (net < 65536) in __weak_alias()
67 addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST); in __weak_alias()
68 else if (net < 16777216L) in __weak_alias()
69 addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST); in __weak_alias()
71 addr = net | host; in __weak_alias()
/device/generic/goldfish/
Dinit.ranchu-net.sh11 2) setprop net.eth0.dns2 10.0.2.4
13 3) setprop net.eth0.dns2 10.0.2.4
14 setprop net.eth0.dns3 10.0.2.5
16 4) setprop net.eth0.dns2 10.0.2.4
17 setprop net.eth0.dns3 10.0.2.5
18 setprop net.eth0.dns4 10.0.2.6
25 my_ip=`getprop net.shared_net_ip`
Dinit.goldfish.sh42 2) setprop net.eth0.dns2 10.0.2.4
44 3) setprop net.eth0.dns2 10.0.2.4
45 setprop net.eth0.dns3 10.0.2.5
47 4) setprop net.eth0.dns2 10.0.2.4
48 setprop net.eth0.dns3 10.0.2.5
49 setprop net.eth0.dns4 10.0.2.6
62 my_ip=`getprop net.shared_net_ip`
Dinit.ranchu.rc16 setprop net.eth0.gw 10.0.2.2
17 setprop net.eth0.dns1 10.0.2.3
18 setprop net.gprs.local-ip 10.0.2.15
80 service ranchu-net /system/bin/init.ranchu-net.sh
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnetbyht.c63 static struct netent net; variable
107 net.n_name = p; in getnetent()
117 net.n_net = inet_network(cp); in getnetent()
118 net.n_addrtype = AF_INET; in getnetent()
119 q = net.n_aliases = net_aliases; in getnetent()
134 return (&net); in getnetent()
158 _getnetbyhtaddr(register unsigned long net, register int type) in _getnetbyhtaddr() argument
164 if (p->n_addrtype == type && p->n_net == net) in _getnetbyhtaddr()
Dns_ntoa.c50 union { union ns_net net_e; u_long long_e; } net; in ns_ntoa() local
57 net.net_e = addr.x_net; in ns_ntoa()
58 sprintf(obuf, "%x", (UINT32)ntohl(net.long_e)); in ns_ntoa()
Dgetnetbydns.c231 _getnetbydnsaddr(register unsigned long net, register int net_type) in _getnetbydnsaddr() argument
243 for (nn = 4, net2 = net; net2; net2 >>= 8) in _getnetbydnsaddr()
271 unsigned u_net = net; /* maybe net should be unsigned ? */ in _getnetbydnsaddr()
283 _getnetbydnsname(register const char *net) in _getnetbydnsname() argument
293 strncpy(qbuf, net, sizeof(qbuf) - 1); in _getnetbydnsname()
Dres_init.c163 char *net; in res_init() local
343 net = cp; in res_init()
349 if (inet_aton(net, &a)) { in res_init()
353 net = cp; in res_init()
359 if (inet_aton(net, &a)) { in res_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_46.txt1 Return-Path: <sender@example.net>
4 by example.net (node=mxbap2) with ESMTP (Nemesis)
7 From: "Sender" <sender@example.net>
13 Return-path: <sender@example.net>
16 From: "Dr. Sender" <sender@example.net>
Dmsg_25.txt47 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
51 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
55 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
59 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
63 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
67 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
71 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
75 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
83 Received: from [212.1.130.11] (helo=s1.uklinux.net ident=root)
87 Received: from server (ppp-2-22.cvx4.telinco.net [212.1.149.22])
/device/common/gps/
Dgps.conf_EU1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
Dgps.conf_US1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
Dgps.conf_AS1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
Dgps.conf_EU_SUPL1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
Dgps.conf_US_SUPL1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
Dgps.conf_AS_SUPL1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
/device/lge/bullhead/
Dgps.conf10 XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin
11 XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra3grc.bin
12 XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra3grc.bin
/device/huawei/angler/
Dgps.conf2 XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin
3 XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra3grc.bin
4 XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra3grc.bin
/device/linaro/bootloader/edk2/EdkShellBinPkg/
DReadMe.txt4 …yPkg (r12898) to $(WORKSPACE)\EdkCompatibilityPkg (svn https://svn.code.sf.net/p/edk2/code/trunk/e…
5 2. Check out EdkShellPkg (r12898) to $(WORKSPACE)\EdkShellPkg (svn https://svn.code.sf.net/p/edk2/c…
6 3. Check out Edk Shell project source (r64) to $(WORKSPACE)\Shell (svn https://svn.code.sf.net/p/ef…
7 4. Check out BaseTools (r12898) to $(WORKSPACE)\BaseTools (svn https://svn.code.sf.net/p/edk2/code/…
16 Build Instructions are available on this page http://sourceforge.net/apps/mediawiki/tianocore/index…
/device/google/dragon/
Daosp_dragon.mk25 net.dns1=8.8.8.8 \
26 net.dns2=8.8.4.4
/device/generic/qemu/
Dinit.ranchu.rc18 setprop net.eth0.gw 10.0.2.2
19 setprop net.eth0.dns1 10.0.2.3
20 setprop net.gprs.local-ip 10.0.2.15
/device/generic/car/common/
Dinit.car-emulator.rc10 setprop net.eth0.gw 10.0.2.2
11 setprop net.eth0.dns1 10.0.2.3
12 setprop net.dns1 10.0.2.3
13 setprop net.gprs.local-ip 10.0.2.15
/device/generic/mini-emulator-arm64/
Dinit.mini-emulator.rc14 setprop net.eth0.gw 10.0.2.2
15 setprop net.eth0.dns1 10.0.2.3
16 setprop net.dns1 10.0.2.3
17 setprop net.gprs.local-ip 10.0.2.15
/device/generic/mini-emulator-armv7-a-neon/
Dinit.mini-emulator.rc14 setprop net.eth0.gw 10.0.2.2
15 setprop net.eth0.dns1 10.0.2.3
16 setprop net.dns1 10.0.2.3
17 setprop net.gprs.local-ip 10.0.2.15
/device/google/atv/
Dinit.goldfish.rc9 setprop net.eth0.gw 10.0.2.2
10 setprop net.eth0.dns1 10.0.2.3
11 setprop net.dns1 10.0.2.3
12 setprop net.gprs.local-ip 10.0.2.15

12345