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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
un.h 41 # define SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) \
  /external/dhcpcd-6.8.2/
control.c 47 #ifndef SUN_LEN
48 #define SUN_LEN(su) \
255 len = (socklen_t)SUN_LEN(&sa);
340 len = (socklen_t)SUN_LEN(&sa);
  /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) {
  /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 1113 milliseconds