Home
last modified time | relevance | path

Searched refs:proxy_arp (Results 1 – 8 of 8) sorted by relevance

/external/libnl/python/netlink/route/links/
Dinet.py98 def proxy_arp(self): member in InetLink
101 @proxy_arp.setter
102 def proxy_arp(self, value): member in InetLink
/external/ppp/pppd/
Dipcp.h73 bool proxy_arp; /* Make proxy ARP entry for peer? */ member
Dipcp.c201 { "proxyarp", o_bool, &ipcp_wantoptions[0].proxy_arp,
202 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp },
203 { "noproxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp,
205 &ipcp_wantoptions[0].proxy_arp },
206 { "-proxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp,
208 &ipcp_wantoptions[0].proxy_arp },
609 ao->proxy_arp = 1;
1766 if (wo->proxy_arp)
1881 if (ho->hisaddr != 0 && ipcp_wantoptions[f->unit].proxy_arp)
1931 if (ho->hisaddr != 0 && ipcp_wantoptions[f->unit].proxy_arp)
/external/libnl/lib/route/link/
Dinet.c147 __ADD(IPV4_DEVCONF_PROXY_ARP, proxy_arp),
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c348 if (hapd->conf->proxy_arp) in hostapd_ext_capab_byte()
464 (hapd->conf->proxy_arp || hapd->conf->coloc_intf_reporting)) in hostapd_eid_ext_capab()
Dap_config.h598 int proxy_arp; member
Dhostapd.c1352 if (conf->proxy_arp) { in hostapd_setup_bss()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c4028 bss->proxy_arp = atoi(pos);