/prebuilts/tools/common/netbeans-visual/ |
org-netbeans-api-visual.jar | |
/external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/ |
network_WiFi_RoamOnLowPower.py | 195 | chromeX.grover.hostY.router.cros | 260 router_ssid = self.context.router.get_ssid() 310 self.context.router.deconfig()
|
/kernel/tests/net/test/ |
multinetwork_base.py | 222 # router lifetime. This ensures that no spurious ND retransmits 252 router = cls._RouterAddress(netid, version) 281 cls.iproute.AddNeighbour(version, router, macaddr, ifindex) 286 cls.iproute.AddRoute(version, table, "default", 0, router, ifindex) 289 cls.iproute.DelRoute(version, table, "default", 0, router, ifindex) 294 cls.iproute.DelNeighbour(version, router, macaddr, ifindex)
|
/external/dnsmasq/src/ |
dhcp.c | 367 3) Fills in local (this host) and router (this host or relay) addresses. 404 context->router = local; 420 context->router = param->relay; 445 if (taddr.s_addr == context->router.s_addr) 568 if (addr.s_addr == d->router.s_addr)
|
rfc2131.c | 913 if (context->router.s_addr == config->addr.s_addr) [all...] |
dnsmasq.h | 545 struct in_addr local, router; member in struct:dhcp_context
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
tipc_config.h | 259 __u32 router;
|
/external/dhcpcd-6.8.2/ |
ipv6nd.c | 54 /* Debugging Router Solicitations is a lot of spam, so disable it */ 264 "%s: delaying Router Solicitation for LL address", 299 "%s: sending Router Solicitation", ifp->name); 510 add_router(struct ipv6_ctx *ctx, struct ra *router) 515 if (router->iface->metric < rap->iface->metric || 516 (router->iface->metric == rap->iface->metric && 517 rtpref(router) > rtpref(rap))) 519 TAILQ_INSERT_BEFORE(rap, router, next); 523 TAILQ_INSERT_TAIL(ctx->ra_routers, router, next); 545 "%s: waiting for Router Advertisement [all...] |
/external/iproute2/doc/ |
ip-cref.tex | [all...] |
ip-tunnels.tex | 50 to tunnel net 10.0.0.0 via router 193.233.7.65. It does not
|
/external/autotest/client/cros/ |
dhcp_packet.py | 117 is a list (prefix_size, destination, router) tuples. 124 for prefix_size, destination, router in route_list: 131 byte_string += socket.inet_aton(router) 500 |hwmac_addr|. Requests subnet masks, broadcast addresses, router
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
multiplex_router.cc | 27 // with the router. 28 // No one other than the router's |endpoints_| and |tasks_| should hold refs to 34 InterfaceEndpoint(MultiplexRouter* router, InterfaceId id) 35 : router_(router), 49 // The following public methods are called under the router's lock. 109 // AttachClient() call. They are called outside of the router's lock. 223 // The following members are accessed under the router's lock. 236 // The message pipe handles are initialized under the router's lock and remain 237 // unchanged afterwards. They may be accessed outside of the router's lock 246 // the router's lock [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackImpl.java | 67 import javax.sip.address.Router; 613 // Default router -- use this for routing SIP URIs. 614 // Our router does not do DNS lookups. 620 /** Retrieve the router path */ 635 Router router = (Router) cons.newInstance(args); local 636 super.setRouter(router); 640 "could not instantiate router -- invocation target problem", 643 "Cound not instantiate router - check constructor", ex1) [all...] |
/frameworks/base/media/java/android/media/ |
AudioRecord.java | [all...] |
AudioTrack.java | [all...] |
/external/libmojo/ |
Android.mk | 148 mojo/public/cpp/bindings/lib/router.cc \
|
/external/toybox/toys/pending/ |
dhcp.c | 211 {"router" , DHCP_IP | 0x03, NULL, 0}, 392 uint32_t mask, nip, router; local 474 * router [4 bytes] 487 if (striptovar(tp, (uint8_t*)&router) < 0) error_exit("malformed static route option"); 493 memcpy(((uint8_t*)options_list[count].val)+options_list[count].len, &router, 4); [all...] |
dhcpd.c | 295 {"router" , DHCP_IP | 0x03, NULL, 0}, 545 uint32_t optcode = 0, inf = infomode, convtmp, mask, nip, router; local 626 * router [4 bytes] 639 if (striptovar(tp, (uint8_t*)&router)<0) error_exit("wrong formated static route option"); 645 memcpy(((uint8_t*)options_list[count].val)+options_list[count].len, &router, 4); [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteControllerDialog.java | [all...] |
/external/libnl/lib/route/ |
neigh.c | 762 __ADD(NTF_ROUTER, router)
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
MediaProjectionManagerService.java | 467 public void onRouteSelected(MediaRouter router, int type, MediaRouter.RouteInfo info) {
|
/external/mdnsresponder/mDNSCore/ |
uDNS.c | 423 // send msg if we have a router and it is a private address 424 if (!mDNSIPv4AddressIsZero(m->Router.ip.v4) && mDNSv4AddrIsRFC1918(&m->Router.ip.v4)) 443 err = mDNSPlatformSendUDP(m, (mDNSu8 *)&u, end, 0, mDNSNULL, &m->Router, NATPMPPort); [all...] |
mDNSEmbeddedAPI.h | 177 kDNSType_RT, // 21 Router [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | 461 mDNSexport mStatus mDNSPlatformGetPrimaryInterface(mDNS * const m, mDNSAddr * v4, mDNSAddr * v6, mDNSAddr * router) 466 (void) router; [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | [all...] |