Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c676 #define NECP_IS_INTCOPROC_ADDRESS(addrv6) \ argument
677 (IN6_IS_ADDR_LINKLOCAL(addrv6) && \
678 addrv6->s6_addr32[2] == ntohl(0xaede48ff) && addrv6->s6_addr32[3] == ntohl(0xfe334455))
7197 struct in6_addr *addrv6 = &(((struct sockaddr_in6 *)(void *)dst)->sin6_addr); in necp_application_find_policy_match_internal() local
7198 if (NECP_IS_INTCOPROC_ADDRESS(addrv6)) { in necp_application_find_policy_match_internal()
11729 struct in6_addr *addrv6 = &ip6->ip6_dst; in necp_is_intcoproc() local
11731 NECP_IS_INTCOPROC_ADDRESS(addrv6)) { in necp_is_intcoproc()