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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dchannels.c83 s_push_layer(s, channel_hdr, 8);
H A Diso.c164 s_push_layer(s, iso_hdr, 7);
H A Dmcs.c256 s_push_layer(s, mcs_hdr, 8);
H A Dparse.h48 #define s_push_layer(s,h,n) { (s)->h = (s)->p; (s)->p += n; } macro
H A Dsecure.c335 s_push_layer(s, sec_hdr, hdrlen);
H A Drdp.c185 s_push_layer(s, rdp_hdr, 18);

Completed in 58 milliseconds