Searched refs:proxy_arp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipcp.c | 153 { "proxyarp", o_bool, &ipcp_wantoptions[0].proxy_arp, 154 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp }, 157 &ipcp_allowoptions[0].proxy_arp }, 158 { "noproxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp, 159 "disable proxyarp option", OPT_A2COPY, &ipcp_wantoptions[0].proxy_arp }, 160 { "-proxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp, 161 "disable proxyarp option", OPT_A2COPY, &ipcp_wantoptions[0].proxy_arp }, 351 ipcp_wantoptions[0].proxy_arp = 1; 392 ao->proxy_arp = 1; 1407 if (wo->proxy_arp && sifproxyarp(u, wo->hisaddr, proxy_arp_quiet[u])) [all …]
|
H A D | ipcp.h | 54 bool proxy_arp; /* Make proxy ARP entry for peer? */ member
|