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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
un.h 41 # define SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
un.h 41 # define SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
un.h 41 # define SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
  /external/netcat/
netcat.c 58 #ifndef SUN_LEN
59 #define SUN_LEN(su) \
523 if (bind(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) {
558 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) {

Completed in 1032 milliseconds