Searched refs:proxy_arp (Results 1 – 10 of 10) 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/syslinux/core/lwip/src/netif/ppp/ |
D | ipcp.h | 83 u_int proxy_arp : 1; /* Make proxy ARP entry for peer? */ member
|
/external/libnl/lib/route/link/ |
D | inet.c | 146 __ADD(IPV4_DEVCONF_PROXY_ARP, proxy_arp)
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 527 int proxy_arp; member
|
D | ieee802_11_shared.c | 179 if (hapd->conf->proxy_arp) in hostapd_ext_capab_byte()
|
D | hostapd.c | 1115 if (conf->proxy_arp) { in hostapd_setup_bss()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 3363 bss->proxy_arp = atoi(pos); in hostapd_config_fill()
|
/external/iproute2/doc/ |
D | ip-cref.tex | 2865 \verb|/proc/sys/net/ipv4/conf/<dev>/proxy_arp| to 1. After this, the router 2870 The variable \verb|/proc/sys/net/ipv4/conf/all/proxy_arp| enables proxy
|