Searched refs:proxy (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_nbr.c110 int anycast = 0, proxy = 0, tentative = 0; local
203 * (2) Unicast address for which I'm offering proxy service, or
223 * proxy NDP for single entry
228 proxy = 1;
302 ((anycast || proxy || !tlladdr)
312 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE)
535 * - proxy advertisement delay rule (RFC2461 7.2.8, last paragraph, SHOULD)
837 * - proxy advertisement delay rule (RFC2461 7.2.8, last paragraph, SHOULD)
847 struct sockaddr *sdl0) /* sockaddr_dl (= proxy NA) or NULL */
935 * sdl0 != NULL indicates proxy N
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_arp.c374 int proxy,
386 sin.sin_other = proxy ? SIN_PROXY : 0;
885 /* If we are not the target, check if we should proxy */
888 /* Find a proxy route */
893 /* We don't have a route entry indicating we should use proxy */
894 /* If we aren't supposed to proxy all, we are done */
900 /* See if we have a route to the target ip before we proxy it */
910 * Don't proxy for hosts already on the same interface.
371 arp_lookup_route( const struct in_addr *addr, int create, int proxy, route_t *route, unsigned int ifscope) argument

Completed in 116 milliseconds