Home
last modified time | relevance | path

Searched refs:cmsgdata (Results 1 – 4 of 4) sorted by relevance

/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/test/
H A Dfuzz_hook_int.c253 char cmsgdata[(CMSG_LEN(28 * sizeof(int32_t)))]; in main() local
262 msg.msg_control = &cmsgdata; in main()
263 msg.msg_controllen = sizeof(cmsgdata); in main()
H A Dfuzz_hook_ext.c249 char cmsgdata[(CMSG_LEN(28 * sizeof(int32_t)))]; in main() local
258 msg.msg_control = &cmsgdata; in main()
259 msg.msg_controllen = sizeof(cmsgdata); in main()
/dports/net/dante/dante-1.4.3/lib/
H A Dconnectchild.c734 } cmsgdata; member
738 char cmsgdata[CMSG_SPACE(sizeof(int) * FDPASS_MAX )]; member
1164 <= sizeof(finishedv[finishedc].cmsgdata));
1167 = &finishedv[finishedc].cmsgdata;
/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/src/
H A Dmainloop.c44 char cmsgdata[(CMSG_LEN(MAX_LIBWAY_FDS * sizeof(int32_t)))]; in iovec_read() local
53 msg.msg_control = &cmsgdata; in iovec_read()
54 msg.msg_controllen = sizeof(cmsgdata); in iovec_read()