Home
last modified time | relevance | path

Searched refs:SUN_LEN (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dun.h78 #define SUN_LEN(su) (sizeof (sa_family_t) + strlen((su)->sun_path)) macro
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dirp.c57 #if !defined(SUN_LEN)
58 #define SUN_LEN(su) \ macro
184 socklen = SUN_LEN(&uaddr); in irs_irp_connect()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c70 #ifndef SUN_LEN
71 #define SUN_LEN(su) \ macro
499 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()
/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c601 SUN_LEN(&(http->hostaddr.un))); in httpReconnect()
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog641 - (djm) SUN_LEN macro for systems which lack it