Searched refs:SUN_LEN (Results 1 – 4 of 4) sorted by relevance
61 size_t length = SUN_LEN(&address); in TryLock()
59 size_t length = SUN_LEN(&address); in TryLock()
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()
200 unix_addr.sun_len = SUN_LEN(&unix_addr); in CopyDictionaryByCheckingIn()