Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dnecp.c11972 struct necp_policy_condition_addr *npca = &necp_drop_dest_entry->cond_addr; in necp_address_matches_drop_dest_policy() local
11974 …op_dest_entry->order && necp_is_addr_in_subnet(SA(&sau->sa), SA(&npca->address.sa), npca->prefix))… in necp_address_matches_drop_dest_policy()
11981 (void) inet_ntop(AF_INET, &npca->address.sin, subnet_str, sizeof(subnet_str)); in necp_address_matches_drop_dest_policy()
11982 …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()
11984 (void) inet_ntop(AF_INET6, &npca->address.sin6, subnet_str, sizeof(subnet_str)); in necp_address_matches_drop_dest_policy()
11985 …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()
12039 struct necp_policy_condition_addr *npca = &tmp_drop_dest_entry->cond_addr; variable
12070 switch (npca->address.sa.sa_family) {
12072 if (npca->prefix > 32) {
12073 …G_ERR, "%s (process %s:%u) AF_INET bad prefix %u", __func__, proc_best_name(p), pid, npca->prefix);
[all …]