Home
last modified time | relevance | path

Searched refs:arp_SetProxy (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/ppp/
H A Darp.h37 extern int arp_SetProxy(struct bundle *, struct in_addr);
H A Darp.c149 arp_SetProxy(struct bundle *bundle, struct in_addr addr) in arp_SetProxy() function
169 arp_SetProxy(struct bundle *bundle, struct in_addr addr, int s) in arp_SetProxy() function
H A Dipcp.c853 ipcp_proxyarp(ipcp, arp_SetProxy, addr); in ipcp_IfaceAddrAdded()