Searched refs:proxy_arp (Results 1 – 8 of 8) sorted by relevance
/external/libnl/python/netlink/route/links/ |
D | inet.py | 98 def proxy_arp(self): member in InetLink 101 @proxy_arp.setter 102 def proxy_arp(self, value): member in InetLink
|
/external/ppp/pppd/ |
D | ipcp.h | 73 bool proxy_arp; /* Make proxy ARP entry for peer? */ member
|
D | ipcp.c | 201 { "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/ |
D | inet.c | 147 __ADD(IPV4_DEVCONF_PROXY_ARP, proxy_arp),
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_shared.c | 348 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()
|
D | ap_config.h | 598 int proxy_arp; member
|
D | hostapd.c | 1352 if (conf->proxy_arp) { in hostapd_setup_bss()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 4028 bss->proxy_arp = atoi(pos);
|