Searched refs:long_form (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dpacket_id.h254 bool packet_id_read (struct packet_id_net *pin, struct buffer *buf, bool long_form);
255 bool packet_id_write (const struct packet_id_net *pin, struct buffer *buf, bool long_form, bool prepend);
286 packet_id_size (bool long_form) argument
288 return sizeof (packet_id_type) + (long_form ? sizeof (net_time_t) : 0);
300 * In long_form, a time_t is added as well.
303 packet_id_alloc_outgoing (struct packet_id_send *p, struct packet_id_net *pin, bool long_form) argument
310 ASSERT (long_form);
H A Dpacket_id.c277 packet_id_read (struct packet_id_net *pin, struct buffer *buf, bool long_form) argument
288 if (long_form)
298 packet_id_write (const struct packet_id_net *pin, struct buffer *buf, bool long_form, bool prepend) argument
305 if (long_form)
317 if (long_form)
564 bool long_form; local
591 long_form = (count < 20);
592 packet_id_alloc_outgoing (&pid.send, &pin, long_form);
596 long_form);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dpacket_id.h254 bool packet_id_read (struct packet_id_net *pin, struct buffer *buf, bool long_form);
255 bool packet_id_write (const struct packet_id_net *pin, struct buffer *buf, bool long_form, bool prepend);
286 packet_id_size (bool long_form) argument
288 return sizeof (packet_id_type) + (long_form ? sizeof (net_time_t) : 0);
300 * In long_form, a time_t is added as well.
303 packet_id_alloc_outgoing (struct packet_id_send *p, struct packet_id_net *pin, bool long_form) argument
310 ASSERT (long_form);
H A Dpacket_id.c277 packet_id_read (struct packet_id_net *pin, struct buffer *buf, bool long_form) argument
288 if (long_form)
298 packet_id_write (const struct packet_id_net *pin, struct buffer *buf, bool long_form, bool prepend) argument
305 if (long_form)
317 if (long_form)
564 bool long_form; local
591 long_form = (count < 20);
592 packet_id_alloc_outgoing (&pid.send, &pin, long_form);
596 long_form);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dpacket_id.h254 bool packet_id_read (struct packet_id_net *pin, struct buffer *buf, bool long_form);
255 bool packet_id_write (const struct packet_id_net *pin, struct buffer *buf, bool long_form, bool prepend);
286 packet_id_size (bool long_form) argument
288 return sizeof (packet_id_type) + (long_form ? sizeof (net_time_t) : 0);
300 * In long_form, a time_t is added as well.
303 packet_id_alloc_outgoing (struct packet_id_send *p, struct packet_id_net *pin, bool long_form) argument
310 ASSERT (long_form);
H A Dpacket_id.c277 packet_id_read (struct packet_id_net *pin, struct buffer *buf, bool long_form) argument
288 if (long_form)
298 packet_id_write (const struct packet_id_net *pin, struct buffer *buf, bool long_form, bool prepend) argument
305 if (long_form)
317 if (long_form)
564 bool long_form; local
591 long_form = (count < 20);
592 packet_id_alloc_outgoing (&pid.send, &pin, long_form);
596 long_form);

Completed in 67 milliseconds