Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp.c737 #define NECP_IS_INTCOPROC_ADDRESS(addrv6) \ argument
738 (IN6_IS_ADDR_LINKLOCAL(addrv6) && \
739 addrv6->s6_addr32[2] == ntohl(0xaede48ff) && addrv6->s6_addr32[3] == ntohl(0xfe334455))
7610 struct in6_addr *addrv6 = &(((struct sockaddr_in6 *)(void *)dst)->sin6_addr); in necp_application_find_policy_match_internal() local
7611 if (NECP_IS_INTCOPROC_ADDRESS(addrv6)) { in necp_application_find_policy_match_internal()
12608 struct in6_addr *addrv6 = &ip6->ip6_dst; in necp_is_intcoproc() local
12610 NECP_IS_INTCOPROC_ADDRESS(addrv6)) { in necp_is_intcoproc()