< prev index next >

src/java.base/unix/native/libnet/net_util_md.h

Print this page
rev 55750 : UDS support, temporary commit

*** 27,36 **** --- 27,37 ---- #define NET_UTILS_MD_H #include <netdb.h> #include <poll.h> #include <sys/socket.h> + #include <sys/un.h> /************************************************************************ * Macros and constants */
*** 69,78 **** --- 70,80 ---- typedef union { struct sockaddr sa; struct sockaddr_in sa4; struct sockaddr_in6 sa6; + struct sockaddr_un sau; } SOCKETADDRESS; /************************************************************************ * Functions */
< prev index next >