Searched refs:SUN_LEN (Results 1 – 2 of 2) sorted by relevance
47 #ifndef SUN_LEN48 #define SUN_LEN(su) \ macro255 len = (socklen_t)SUN_LEN(&sa); in control_start1()340 len = (socklen_t)SUN_LEN(&sa); in control_open()
58 #ifndef SUN_LEN59 #define SUN_LEN(su) \ macro523 if (bind(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) { in unix_bind()558 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) { in unix_connect()