HomeSort by: relevance | last modified time | path
    Searched defs:SUN_LEN (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/lpr/common_source/
startdaemon.c 77 #ifndef SUN_LEN
78 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2)
82 (int)SUN_LEN(&un)) < 0) {
  /src/sys/sys/
un.h 58 uint8_t sun_len; /* total sockaddr length */ member in struct:sockaddr_un
107 #define SUN_LEN(su) \
  /src/usr.sbin/syslogd/
syslogd.c 509 #ifndef SUN_LEN
510 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2)
528 (struct sockaddr *)&sunx, SUN_LEN(&sunx)) < 0 ||
805 ((su)->sun_len - (sizeof(*(su)) - sizeof((su)->sun_path)))

Completed in 115 milliseconds