HomeSort by relevance Sort by last modified time
    Searched defs:SUN_LEN (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/sys/
un.h 43 #define SUN_LEN(__ptr) (offsetof(struct sockaddr_un, sun_path) + strlen((__ptr)->sun_path))
  /external/openssh/regress/
netcat.c 75 #ifndef SUN_LEN
76 #define SUN_LEN(su) \
537 if (bind(s, (struct sockaddr *)&sun_sa, SUN_LEN(&sun_sa)) < 0) {
572 if (connect(s, (struct sockaddr *)&sun_sa, SUN_LEN(&sun_sa)) < 0) {
    [all...]

Completed in 521 milliseconds