Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dipc.py202 _, dest_str, service_str = GetPortDestProc(port)
204 dest_str = "inactive-port"
217 dest_str + " " + service_str,
405 name_str, dest_str, _ = GetPortDestProc(dest_port)
407 name_str = dest_str = ""
410 GetKMsgSrc(kmsgp), name_str, dest_str
776 dest_str = None
781 dest_str = ""
784 dest_str = ""
787 dest_str = ""
[all …]
/xnu-12377.41.6/bsd/net/
H A Dnecp.c13888 char dest_str[MAX_IPv6_STR_LEN]; in necp_address_matches_drop_dest_policy() local
13892 (void) inet_ntop(AF_INET, &sau->sin.sin_addr, dest_str, sizeof(dest_str)); in necp_address_matches_drop_dest_policy()
13894 (void) inet_ntop(AF_INET6, &sau->sin6.sin6_addr, dest_str, sizeof(dest_str)); in necp_address_matches_drop_dest_policy()
13896 dest_str[0] = 0; in necp_address_matches_drop_dest_policy()
13911 …%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()
13914 …%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()
13924 …_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()