Convert connect address with address familiy AF_SYSTEM to human readable string
问题 Background I'm writing some dtrace program which tracks application socket file descriptors. Aim is to provide logs which help me spot leak of file descriptors in some very complex OS X application. Here is my other question with very helpful answer. Problem I want that my program is logging address to which file descriptor has been connected to. In examples there is a code which partial do what I need: soconnect_mac.d , here is link to github. soconnect_mac.d works great when applied on