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

  /external/ltp/testcases/kernel/connectors/pec/
pec_listener.c 61 #define MAX_MSG_SIZE 256
93 memset(nlhdr, 0, NLMSG_SPACE(MAX_MSG_SIZE));
129 memset(nlhdr, 0, NLMSG_SPACE(MAX_MSG_SIZE));
134 iov.iov_len = NLMSG_SPACE(MAX_MSG_SIZE);
237 nlhdr = malloc(NLMSG_SPACE(MAX_MSG_SIZE));
  /external/linux-kselftest/tools/testing/selftests/ipc/
msgque.c 11 #define MAX_MSG_SIZE 32
16 char mtext[MAX_MSG_SIZE];
87 ret = msgrcv(msgque->msq_id, &message.mtype, MAX_MSG_SIZE,
162 MAX_MSG_SIZE, i, IPC_NOWAIT | MSG_COPY);
  /test/vts-testcase/security/poc/target/kernel_wifi/32402310/
poc.cpp 50 #define MAX_MSG_SIZE 4096
  /external/ltp/testcases/kernel/controllers/cgroup/
getdelays.c 71 #define MAX_MSG_SIZE 1024
91 char buf[MAX_MSG_SIZE];

Completed in 99 milliseconds