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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_forward.c129 boolean_t proxy = FALSE; local
223 proxy = nd6_prproxy_isours(m, ip6, ip6forward_rt, ifscope);
229 if (proxy)
473 if (inzone != outzone && !proxy) {
576 if (!proxy &&
673 if (proxy) {
H A Dnd6_nbr.c265 int anycast = 0, proxy = 0, dadprogress = 0; local
378 * (2) Unicast address for which I'm offering proxy service, or
402 * proxy NDP for single entry
407 proxy = 1;
505 ((anycast || proxy || !tlladdr) ? 0 :
507 ND_NA_FLAG_ROUTER : 0), tlladdr, proxy ?
516 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) |
518 tlladdr, proxy ? (struct sockaddr *)&proxydl : NULL);
834 * - proxy advertisement delay rule (RFC2461 7.2.8, last paragraph, SHOULD)
954 "to sleep proxy (
[all...]
H A Dicmp6.c439 int code, sum, noff, proxy = 0; local
520 proxy = 1;
937 if (!proxy) {
1378 * We do not do proxy at this moment.
1813 * Node Information proxy, since they represent
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c810 arp_lookup_route(const struct in_addr *addr, int create, int proxy, argument
821 sin.sin_other = proxy ? SIN_PROXY : 0;
1530 /* If we are not the target, check if we should proxy */
1533 * Find a proxy route; callee holds a reference on the
1560 * use proxy. If we aren't supposed to proxy all,
1568 * we proxy it.
1576 * Don't proxy for hosts already on the same interface.

Completed in 31 milliseconds