Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/
H A Dipc.py196 _, dest_str, service_str = GetPortDestProc(port)
198 dest_str = "inactive-port"
211 dest_str + " " + service_str,
399 name_str, dest_str, _ = GetPortDestProc(dest_port)
401 name_str = dest_str = ""
404 GetKMsgSrc(kmsgp), name_str, dest_str
770 dest_str = None
775 dest_str = ""
778 dest_str = ""
781 dest_str = ""
[all …]
/xnu-12377.1.9/bsd/net/
H A Dnecp.c13899 char dest_str[MAX_IPv6_STR_LEN]; in necp_address_matches_drop_dest_policy() local
13903 (void) inet_ntop(AF_INET, &sau->sin.sin_addr, dest_str, sizeof(dest_str)); in necp_address_matches_drop_dest_policy()
13905 (void) inet_ntop(AF_INET6, &sau->sin6.sin6_addr, dest_str, sizeof(dest_str)); in necp_address_matches_drop_dest_policy()
13907 dest_str[0] = 0; in necp_address_matches_drop_dest_policy()
13922 …%s (process %s:%u) %s matches %s/%u", __func__, proc_best_name(p), pid, dest_str, subnet_str, npca… in necp_address_matches_drop_dest_policy()
13925 …%s (process %s:%u) %s matches %s/%u", __func__, proc_best_name(p), pid, dest_str, subnet_str, npca… in necp_address_matches_drop_dest_policy()
13935 …_log(OS_LOG_DEFAULT, "%s (process %s:%u) %s no match", __func__, proc_best_name(p), pid, dest_str); in necp_address_matches_drop_dest_policy()