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

  /external/iptables/include/linux/netfilter/
xt_TEE.h 5 union nf_inet_addr gw; member in struct:xt_tee_tginfo
  /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/bluetooth/bluez/audio/
gateway.c 103 struct gateway *gw = dev->gateway; local
106 if (gw->state == new_state)
110 gw->state = new_state;
152 struct gateway *gw = dev->gateway; local
159 g_io_channel_shutdown(gw->sco, TRUE, NULL);
160 g_io_channel_unref(gw->sco);
161 gw->sco = NULL;
172 struct gateway *gw = dev->gateway; local
176 gw->sco = g_io_channel_ref(chan);
178 if (gw->sco_start_cb
222 struct gateway *gw = dev->gateway; local
269 struct gateway *gw = dev->gateway; local
368 struct gateway *gw = au_dev->gateway; local
385 struct gateway *gw = device->gateway; local
414 struct gateway *gw = device->gateway; local
450 struct gateway *gw = device->gateway; local
481 struct gateway *gw = device->gateway; local
510 struct gateway *gw = device->gateway; local
605 struct gateway *gw = dev->gateway; local
622 struct gateway *gw = dev->gateway; local
639 struct gateway *gw = dev->gateway; local
668 struct gateway *gw = dev->gateway; local
690 struct gateway *gw = dev->gateway; local
700 struct gateway *gw = dev->gateway; local
    [all...]
  /external/grub/stage2/
builtins.c 1635 char *svr = 0, *ip = 0, *gw = 0, *sm = 0; local
    [all...]

Completed in 305 milliseconds