Searched refs:packet_id_type (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dreliable.h65 packet_id_type packet_id[RELIABLE_ACK_SIZE];
77 packet_id_type packet_id;
90 packet_id_type packet_id;
237 bool reliable_not_replay (const struct reliable *rel, packet_id_type id);
261 bool reliable_wont_break_sequentiality (const struct reliable *rel, packet_id_type id);
273 bool reliable_ack_read_packet_id (struct buffer *buf, packet_id_type *pid);
298 packet_id_type pid, int opcode);
313 bool reliable_ack_acknowledge_packet_id (struct reliable_ack *ack, packet_id_type pid);
H A Dpacket_id.h52 typedef uint32_t packet_id_type; typedef
62 /* convert a packet_id_type from host to network order */
65 /* convert a packet_id_type from network to host order */
78 * Make packet_id_type and net_time_t small
82 typedef uint8_t packet_id_type; typedef
138 packet_id_type id; /* highest sequence number received */
157 packet_id_type id; /* sequence number */
159 packet_id_type id_last_written;
165 packet_id_type id; /* sequence number */
174 packet_id_type i
[all...]
H A Dreliable.c51 reliable_pid_in_range1 (const packet_id_type test,
52 const packet_id_type base,
73 reliable_pid_in_range2 (const packet_id_type test,
74 const packet_id_type base,
95 reliable_pid_min (const packet_id_type p1,
96 const packet_id_type p2)
103 reliable_ack_packet_id_present (struct reliable_ack *ack, packet_id_type pid)
114 reliable_ack_read_packet_id (struct buffer *buf, packet_id_type *pid)
116 packet_id_type net_pid;
132 reliable_ack_acknowledge_packet_id (struct reliable_ack *ack, packet_id_type pi
[all...]
H A Dpacket_id.c120 packet_id_type diff;
128 || (pin->id >= (packet_id_type)p->seq_backtrack
129 && pin->id - (packet_id_type)p->seq_backtrack > p->id))
133 if (pin->id > (packet_id_type)p->seq_backtrack)
134 p->id = pin->id - (packet_id_type)p->seq_backtrack;
149 if (diff < (packet_id_type) CIRC_LIST_SIZE (p->seq_list)
195 packet_id_type diff;
228 if (diff >= (packet_id_type) CIRC_LIST_SIZE (p->seq_list))
279 packet_id_type net_id;
300 packet_id_type net_i
[all...]
H A Dssl.c296 frame_add_to_extra_frame (frame, SID_SIZE + sizeof (packet_id_type));
3137 packet_id_type id;
3515 packet_id_type l;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmmst.c309 int packet_id_type; local
317 packet_id_type = mms->in_buffer[4];
340 if(packet_id_type == mmst->header_packet_id) {
358 } else if(packet_id_type == mmst->packet_id) {
361 av_dlog(NULL, "packet id type %d is old.", packet_id_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmmst.c302 int packet_id_type; local
310 packet_id_type = mms->in_buffer[4];
333 if(packet_id_type == mmst->header_packet_id) {
351 } else if(packet_id_type == mmst->packet_id) {
354 av_dlog(NULL, "packet id type %d is old.", packet_id_type);

Completed in 110 milliseconds