Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c576 PAM_conv(msg_count, msg, rsp, dontcare) in PAM_conv() argument
577 int msg_count; in PAM_conv()
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/
Dnettest_sctp.c96 msg_count = 0, /* number of messages to transmit on association */ variable
550 if (msg_count)
551 test_bytes = send_size * msg_count;
1678 if (msg_count)
1679 test_bytes = send_size * msg_count;
4851 msg_count = convert (optarg);
4852 if (msg_count > 0)
Dnettest_sdp.c91 msg_count = 0, /* number of messages to transmit on association */ variable
3535 msg_count = convert (optarg);
3536 if (msg_count > 0)