Searched refs:SUN_LEN (Results 1 – 5 of 5) 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()
25 if (bind (listen_fd, (struct sockaddr*) &addr, SUN_LEN (&addr)) < 0) in main()
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()
856 /* SUN_LEN uses strlen() so need to calculate it before adding \0 at the859 slen = SUN_LEN(&addr);
10300 SUN_LEN, it breaks abstract socket usage