Searched refs:SUN_LEN (Results 1 – 8 of 8) sorted by relevance
32 #ifndef SUN_LEN33 #define SUN_LEN(ptr) \ macro
35 #ifndef SUN_LEN36 #define SUN_LEN(ptr) \ macro218 if (bind(fd, (struct sockaddr*) &sa, (socklen_t) SUN_LEN(&sa)) < 0) { in pa_socket_server_new_unix()
35 #ifndef SUN_LEN36 #define SUN_LEN(ptr) \ macro237 if (bind(fd, (struct sockaddr*) &sa, (socklen_t) SUN_LEN(&sa)) < 0) { in pa_socket_server_new_unix()
24 #define SUN_LEN(s) (2+strlen((s)->sun_path)) macro