Searched refs:SIN_PROXY (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/netinet/
H A Dif_inarp.h55 #define SIN_PROXY 1 macro
/netbsd-current/usr.sbin/arp/
H A Darp.c342 if (sin_m.sin_other & SIN_PROXY) {
347 sin_m.sin_other = SIN_PROXY;
362 sin_m.sin_other = SIN_PROXY;
494 if (sina->sin_other & SIN_PROXY)
576 sin_m.sin_other = SIN_PROXY;
/netbsd-current/sys/net/
H A Dif_llatbl.c105 sin->sin_other = SIN_PROXY;
H A Drtsock_shared.c776 * XXX workaround for SIN_PROXY case; proxy arp
785 if (sina->sin_other & SIN_PROXY) {
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A Dsys-bsd.c1781 arpmsg.dst.sin_other = SIN_PROXY;

Completed in 297 milliseconds