Searched refs:msg_count (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c576 PAM_conv(msg_count, msg, rsp, dontcare)
577 int msg_count;
586 if ((reply = racoon_malloc(sizeof(*reply) * msg_count)) == NULL)
588 bzero(reply, sizeof(*reply) * msg_count);
590 for (i = 0; i < msg_count; i++) {
/external/netperf/
H A Dnettest_sctp.c97 msg_count = 0, /* number of messages to transmit on association */
555 if (msg_count)
556 test_bytes = send_size * msg_count;
1685 if (msg_count)
1686 test_bytes = send_size * msg_count;
4863 msg_count = convert (optarg);
4864 if (msg_count > 0)
96 msg_count = 0, /* number of messages to transmit on association */ variable
H A Dnettest_sdp.c92 msg_count = 0, /* number of messages to transmit on association */
3540 msg_count = convert (optarg);
3541 if (msg_count > 0)
91 msg_count = 0, /* number of messages to transmit on association */ variable

Completed in 47 milliseconds