Home
last modified time | relevance | path

Searched refs:gateway (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
DIPSECKEY.py41 gateway, key):
44 if gateway != '.' and not gateway is None:
46 gateway = None
49 junk = dns.inet.inet_pton(dns.inet.AF_INET, gateway)
52 junk = dns.inet.inet_pton(dns.inet.AF_INET6, gateway)
60 self.gateway = gateway
65 gateway = '.'
67 gateway = self.gateway
69 gateway = self.gateway
71 gateway = str(self.gateway.choose_relativity(origin, relativize))
[all …]
/external/autotest/client/cros/
Dbackchannel.py34 self.gateway = None
77 self.gateway, self.interface = line.strip().split(' ')
98 self.gateway)
103 logging.info('Waiting for route to gateway %s', self.gateway)
129 if self.gateway:
131 self.gateway)
189 dest = self.gateway
Ddhcp_test_base.py363 for prefix, destination, gateway in classless_static_routes:
365 logging.info('Using %s as the default gateway', gateway)
366 expected_routers = [ gateway ]
/external/ipsec-tools/src/racoon/samples/roadwarrior/
DREADME3 gateway authenticates to the client using a certificate, and the client
4 authenticates to the VPN gateway using a login and a password.
8 internal address, netmask and DNS from the VPN gateway.
17 The first server setup, in server/racoon.conf, is for a VPN gateway
44 certificate authority that signed the VPN gateway certificate in
49 racoonctl vc -u username vpn-gateway.example.net
51 Where username is your login, and vpn-gateway.example.net is
52 the DNS or IP address of the VPN gateway. racoonctl will prompt
64 racoonctl vd vpn-gateway.example.net
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
Dcontrol12 a server that provides a broken default gateway option. Specifically,
13 the gateway provided is outside the broadcast domain specified by the
15 mitigates this issue by creating a link-scoped route to the gateway,
16 or via some other method which allows the gateway route to be
Dnetwork_DhcpBrokenDefaultGateway.py56 if default_route.gateway != gateway_ip:
59 (default_route.gateway, gateway_ip))
/external/autotest/client/site_tests/network_WiFiTxRx/
Dnetwork-flipflop.sh177 gateway=$(ip route show dev $iface to match 0/0|\
180 progress Allowing link $gateway strength/quality readings to stabilise;
181 ping -n -w 5 -c 5 $gateway 1>&2;
183 progress Contacting AP at "/dev/tcp/$gateway/80" to collect TX strength;
184 if exec {http}<>/dev/tcp/$gateway/80; then
/external/autotest/site_utils/
Dmysql_bootstrap.py230 gateway = get_gateway()
231 logging.info('Enabling access through gateway %s', gateway)
232 bootstrap(user, password, gateway, dest_host)
/external/android-clat/
DBUGS4 - assumes the /128 ipv6 subnet it generates can use the nat64 gateway
5 …- assumes the nat64 gateway has the ipv4 address in the last 32 bits of the ipv6 address (that it …
/external/iptables/extensions/
Dlibxt_TEE.man6 \fB\-\-gateway\fP \fIipaddr\fP
12 \-t mangle \-A PREROUTING \-i eth0 \-j TEE \-\-gateway 2001:db8::1
Dlibxt_cluster.man1 Allows you to deploy gateway and back-end load-sharing clusters without the
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-natt29 # To keep the NAT-mappings on your NAT gateway, there must be
42 # 172.16.0.1 and 172.16.1.1, where the first gateway is behind
75 # regardless of whether there is a NAT gateway between them
/external/wpa_supplicant_8/hostapd/
Dhlr_auc_gw.txt1 HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
4 database/authentication gateway interface to HLR/AuC. It could be
5 replaced with an implementation of SS7 gateway to GSM/UMTS
DChangeLog747 * moved HLR/AuC gateway implementation for EAP-SIM/AKA into an external
748 program to make it easier to use for implementing real SS7 gateway;
751 to communicate with the external gateway program (e.g., hlr_auc_gw)
752 * added example HLR/AuC gateway implementation, hlr_auc_gw, that uses
/external/autotest/client/common_lib/cros/network/
Dinterface.py436 gateway = match.group(1)
443 gateway=gateway, metric=metric))
/external/kernel-headers/original/uapi/linux/
Dicmp.h77 __be32 gateway; member
/external/autotest/puppylab/
Dclusterctl260 gateway = self.execute_against_vm(
269 else gateway)
/external/autotest/client/site_tests/network_DhcpClasslessStaticRoute/
Dcontrol17 gateway parameter.
/external/iputils/
Dping.c898 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); in parse_reply()
924 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); in parse_reply()
1074 printf("(New nexthop: %s)\n", pr_addr(icp ? icp->un.gateway : info)); in pr_icmph()
1098 printf("Parameter problem: pointer = %u\n", icp ? (ntohl(icp->un.gateway)>>24) : info); in pr_icmph()
/external/iproute2/doc/
Dip-tunnels.tex55 A: Yes, in 2.2 the rule that {\em normal} gateway must reside on directly
63 not to check for consistency of gateway address.
133 kinds and gateway is required to be directly reachable via this tunnel,
213 The only way to make it is to create special routes with gateway
219 kernel will refuse request to create route via gateway not directly
/external/libpcap/
Dscanner.l248 gateway return GATEWAY;
/external/ppp/pppd/
Dsys-linux.c1624 int sifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) in sifdefaultroute() argument
1664 int cifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) in cifdefaultroute() argument
/external/tcpdump/
DREADME.md47 internet gateway performance. The parts of the program originally
/external/dnsmasq/
DFAQ125 A: for XP, Control Panel > Network Connections > { Connection to gateway /
129 A: for OS X, System Preferences > Network > {Connection to gateway / DNS } >
/external/libnl/lib/route/
Droute_obj.c470 __ADD(ROUTE_ATTR_GATEWAY, gateway)

12