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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c1103 struct sockaddr_dl proxied; local
1543 * Return proxied ARP replies only on the interface
1555 proxied = *SDL(route->rt_gateway);
1556 target_hw = &proxied;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_prproxy.c65 * route entry (and its clones) are part of a proxied prefix, and that the
78 * NA packets; RA packets are never proxied. Care should be taken to enable
219 "total number of proxied prefixes");
425 * as a proxying/proxied prefix, we require that the
516 * to a proxied node; if so, mark the mbuf with MAUXF_PROXY_DST so that
696 * is part of of a proxied prefix.
704 boolean_t proxied = FALSE; local
722 proxied = TRUE;
729 return (proxied);

Completed in 18 milliseconds