Home
last modified time | relevance | path

Searched refs:iface_name (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dhost_dispatcher.cc216 const void* HostDispatcher::GetProxiedInterface(const std::string& iface_name) { in GetProxiedInterface() argument
218 InterfaceList::GetInstance()->GetInterfaceForPPP(iface_name); in GetProxiedInterface()
222 PluginSupportedMap::iterator iter(plugin_supported_.find(iface_name)); in GetProxiedInterface()
229 Send(new PpapiMsg_SupportsInterface(iface_name, &supported)); in GetProxiedInterface()
234 PluginSupportedMap::value_type(iface_name, supported)); in GetProxiedInterface()
Dinterface_list_unittest.cc17 const char* iface_name, void* iface_addr, Permission perm) { in AddPPB() argument
18 list->AddPPB(iface_name, iface_addr, perm); in AddPPB()
Dhost_dispatcher.h95 const void* GetProxiedInterface(const std::string& iface_name);
/external/dnsmasq/src/
Drfc2131.c121 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index, in dhcp_reply() argument
154 iface_id.net = iface_name; in dhcp_reply()
494 log_packet("BOOTP", logaddr, mess->chaddr, mess->hlen, iface_name, message, mess->xid); in dhcp_reply()
773 log_packet("PXE", &mess->yiaddr, emac, emac_len, iface_name, (char *)mess->file, mess->xid); in dhcp_reply()
814 …log_packet("PXE", NULL, emac, emac_len, iface_name, ignore ? "proxy" : "proxy-ignored", mess->xid); in dhcp_reply()
844 …log_packet("DHCPDECLINE", option_ptr(opt, 0), emac, emac_len, iface_name, daemon->dhcp_buff, mess-… in dhcp_reply()
876 log_packet("DHCPRELEASE", &mess->ciaddr, emac, emac_len, iface_name, message, mess->xid); in dhcp_reply()
940 …log_packet("DHCPDISCOVER", opt ? option_ptr(opt, 0) : NULL, emac, emac_len, iface_name, message, m… in dhcp_reply()
945 log_packet("DHCPOFFER" , &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid); in dhcp_reply()
1048 log_packet("DHCPREQUEST", &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid); in dhcp_reply()
[all …]
Ddnsmasq.h846 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
/external/chromium_org/third_party/webrtc/base/
Dnetwork.cc492 char iface_name[256]; in IsDefaultRoute() local
496 iface_name, &iface_ip, &iface_gw, in IsDefaultRoute()
498 network_name == iface_name && in IsDefaultRoute()
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch195 -size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
196 +size_t dhcp_reply(int pipefd, struct dhcp_context *context, char *iface_name, int int_index,
457 -size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
458 +size_t dhcp_reply(int piperead, struct dhcp_context *context, char *iface_name, int int_index,