HomeSort by relevance Sort by last modified time
    Searched defs:gw (Results 1 - 7 of 7) sorted by null

  /external/iptables/include/linux/netfilter/
xt_TEE.h 5 union nf_inet_addr gw; member in struct:xt_tee_tginfo
  /external/libppp/src/
route.h 52 struct ncpaddr gw; member in struct:sticky_route
radius.c 255 struct ncpaddr gw; local
386 * We expect a string of the format ``dest[/bits] gw [metrics]''
388 * understood for ``dest'' and ``gw'' and ``0.0.0.0'' is the same
403 ncpaddr_setip4(&gw, ip);
414 !ncpaddr_aton(&gw, &bundle->ncp, argv[1]))
431 if (ncpaddr_getip4addr(&gw, &ipaddr) && ipaddr == INADDR_ANY) {
433 ncpaddr_setip4(&gw, bundle->ncp.ipcp.peer_ip);
437 route_Add(&r->routes, addrs, &dest, &gw);
471 * We expect a string of the format ``dest[/bits] gw [metrics]''
473 * understood for ``dest'' and ``gw'' and ``::'' is the sam
    [all...]
route.c 445 struct ncpaddr gw; local
447 ncpaddr_setsa(&gw, sa[RTAX_GATEWAY]);
448 snprintf(gwstr, sizeof gwstr, "%s", ncpaddr_ntoa(&gw));
561 ncpaddr_copy(&r->gw, peer);
566 ncpaddr_copy(&r->gw, peer);
572 ncpaddr_copy(&r->gw, peer);
578 ncpaddr_copy(&r->gw, peer);
579 } else if ((r->type & ROUTE_GWHISADDR) && !ncpaddr_equal(&r->gw, peer))
580 ncpaddr_copy(&r->gw, peer);
587 ncpaddr_copy(&r->gw, peer)
    [all...]
command.c 2493 struct ncpaddr gw; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
network.cc 223 unsigned int ip, gw; local
224 if (sscanf(line.c_str(), "%7s %8X %8X", iface, &ip, &gw) == 3 &&
226 gateway_ip = ntohl(gw);
  /external/grub/stage2/
builtins.c 1635 char *svr = 0, *ip = 0, *gw = 0, *sm = 0; local
    [all...]

Completed in 1526 milliseconds