Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c13905 char subnet_str[MAX_IPv6_STR_LEN]; in necp_address_matches_drop_dest_policy() local
13910 (void) inet_ntop(AF_INET, &npca->address.sin, subnet_str, sizeof(subnet_str)); in necp_address_matches_drop_dest_policy()
13911 …ss %s:%u) %s matches %s/%u", __func__, proc_best_name(p), pid, dest_str, subnet_str, npca->prefix); in necp_address_matches_drop_dest_policy()
13913 (void) inet_ntop(AF_INET6, &npca->address.sin6, subnet_str, sizeof(subnet_str)); in necp_address_matches_drop_dest_policy()
13914 …ss %s:%u) %s matches %s/%u", __func__, proc_best_name(p), pid, dest_str, subnet_str, npca->prefix); in necp_address_matches_drop_dest_policy()