HomeSort by relevance Sort by last modified time
    Searched refs:iface_name (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/proxy/
interface_list_unittest.cc 17 const char* iface_name, void* iface_addr, Permission perm) {
18 list->AddPPB(iface_name, iface_addr, perm);
host_dispatcher.cc 216 const void* HostDispatcher::GetProxiedInterface(const std::string& iface_name) {
218 InterfaceList::GetInstance()->GetInterfaceForPPP(iface_name);
222 PluginSupportedMap::iterator iter(plugin_supported_.find(iface_name));
229 Send(new PpapiMsg_SupportsInterface(iface_name, &supported));
234 PluginSupportedMap::value_type(iface_name, supported));
host_dispatcher.h 95 const void* GetProxiedInterface(const std::string& iface_name);
  /external/dnsmasq/src/
rfc2131.c 121 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
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, NULL, mess->xid)
    [all...]
dnsmasq.h 846 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
  /external/chromium_org/third_party/webrtc/base/
network.cc 492 char iface_name[256]; local
496 iface_name, &iface_ip, &iface_gw,
498 network_name == iface_name &&

Completed in 2132 milliseconds