Searched refs:SUN_LEN (Results 1 - 3 of 3) sorted by last modified time

/external/netcat/
H A Dnetcat.c58 #ifndef SUN_LEN
59 #define SUN_LEN(su) \ macro
523 if (bind(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) {
558 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) {
/external/dbus/cmake/modules/
H A DCheckForAbstractSockets.c25 if (bind (listen_fd, (struct sockaddr*) &addr, SUN_LEN (&addr)) < 0)
/external/chromium/chrome/common/
H A Dmulti_process_lock_linux.cc59 // before we call SUN_LEN which depends on strcpy working.
61 size_t length = SUN_LEN(&address);

Completed in 334 milliseconds