Lines Matching refs:packets
17 * This file contains tools for generating SRP update packets that can be fed directly into the
46 message_t *packets[MAX_PACKETS];
103 TEST_FAIL_CHECK(state, packet_state->num_packets < MAX_PACKETS, "more than maximum number of packets");
106 packet_state->packets[i] = packet_state->packets[i - 1];
108 packet_state->packets[0] = message;
110 packet_state->packets[packet_state->num_packets] = message;
127 packet_state->packets, packet_state->num_packets);
150 ioloop_message_release(state->packets[index]);
153 state->packets[j++] = state->packets[i];