Searched refs:SUN_LEN (Results 1 – 5 of 5) sorted by relevance
78 #define SUN_LEN(su) (sizeof (sa_family_t) + strlen((su)->sun_path)) macro
57 #if !defined(SUN_LEN)58 #define SUN_LEN(su) \ macro184 socklen = SUN_LEN(&uaddr); in irs_irp_connect()
70 #ifndef SUN_LEN71 #define SUN_LEN(su) \ macro499 if (connect(s, (struct sockaddr *)&sunaddr, SUN_LEN(&sunaddr)) < 0) { in unix_connect()530 if (bind(s, (struct sockaddr *)&sunaddr, SUN_LEN(&sunaddr)) < 0) { in unix_listen()
601 SUN_LEN(&(http->hostaddr.un))); in httpReconnect()
641 - (djm) SUN_LEN macro for systems which lack it