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

  /external/strace/tests/
mmsg_name.c 85 struct sockaddr_un *const send_addr = local
86 tail_alloc(sizeof(*send_addr) * IOV_MAX1);
94 int sun_len = i + 1 > (int) sizeof(send_addr[i].sun_path)
95 ? (int) sizeof(send_addr[i].sun_path)
98 send_addr[i].sun_family = AF_UNIX;
99 memset(send_addr[i].sun_path, 'a' + i % 26, sun_len);
108 send_mh[i].msg_hdr.msg_name = &send_addr[i];
  /external/strace/tests-m32/
mmsg_name.c 85 struct sockaddr_un *const send_addr = local
86 tail_alloc(sizeof(*send_addr) * IOV_MAX1);
94 int sun_len = i + 1 > (int) sizeof(send_addr[i].sun_path)
95 ? (int) sizeof(send_addr[i].sun_path)
98 send_addr[i].sun_family = AF_UNIX;
99 memset(send_addr[i].sun_path, 'a' + i % 26, sun_len);
108 send_mh[i].msg_hdr.msg_name = &send_addr[i];
  /external/strace/tests-mx32/
mmsg_name.c 85 struct sockaddr_un *const send_addr = local
86 tail_alloc(sizeof(*send_addr) * IOV_MAX1);
94 int sun_len = i + 1 > (int) sizeof(send_addr[i].sun_path)
95 ? (int) sizeof(send_addr[i].sun_path)
98 send_addr[i].sun_family = AF_UNIX;
99 memset(send_addr[i].sun_path, 'a' + i % 26, sun_len);
108 send_mh[i].msg_hdr.msg_name = &send_addr[i];

Completed in 77 milliseconds