Searched defs:iface_name (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dhost_dispatcher.cc217 const void* HostDispatcher::GetProxiedInterface(const std::string& iface_name) { argument
219 InterfaceList::GetInstance()->GetInterfaceForPPP(iface_name);
223 PluginSupportedMap::iterator iter(plugin_supported_.find(iface_name));
230 Send(new PpapiMsg_SupportsInterface(iface_name, &supported));
235 PluginSupportedMap::value_type(iface_name, supported));
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnetwork.cc419 char iface_name[256]; local
423 iface_name, &iface_ip, &iface_gw,
425 network_name == iface_name &&
/external/dnsmasq/src/
H A Drfc2131.c121 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index, argument
154 iface_id.net = iface_name;
338 // subnet_addr.s_addr ? inet_ntoa(subnet_addr) : (mess->giaddr.s_addr ? inet_ntoa(mess->giaddr) : iface_name));
494 log_packet("BOOTP", logaddr, mess->chaddr, mess->hlen, iface_name, message, mess->xid);
773 log_packet("PXE", &mess->yiaddr, emac, emac_len, iface_name, (char *)mess->file, mess->xid);
814 log_packet("PXE", NULL, emac, emac_len, iface_name, ignore ? "proxy" : "proxy-ignored", mess->xid);
844 log_packet("DHCPDECLINE", option_ptr(opt, 0), emac, emac_len, iface_name, daemon->dhcp_buff, mess->xid);
876 log_packet("DHCPRELEASE", &mess->ciaddr, emac, emac_len, iface_name, message, mess->xid);
940 log_packet("DHCPDISCOVER", opt ? option_ptr(opt, 0) : NULL, emac, emac_len, iface_name, message, mess->xid);
945 log_packet("DHCPOFFER" , &mess->yiaddr, emac, emac_len, iface_name, NUL
[all...]

Completed in 1413 milliseconds