OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iface_name
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/proxy/
host_dispatcher.cc
217
const void* HostDispatcher::GetProxiedInterface(const std::string&
iface_name
) {
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));
host_dispatcher.h
93
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
844
size_t dhcp_reply(struct dhcp_context *context, char *
iface_name
, int int_index,
/external/chromium_org/third_party/libjingle/source/talk/base/
network.cc
419
char
iface_name
[256];
local
423
iface_name
, &iface_ip, &iface_gw,
425
network_name ==
iface_name
&&
Completed in 3020 milliseconds