Searched refs:i_hdr (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dllc_utility.c133 if (fr->i_hdr.nr == lp->vs)
141 if ((fr->i_hdr.nr < lp->vs) &&
142 (fr->i_hdr.nr > (lp->vs - lp->k)))
149 if ((fr->i_hdr.nr < lp->vs) ||
150 (fr->i_hdr.nr > (128 + lp->vs - lp->k)))
163 if (fr->i_hdr.ns == lp->vr)
169 if ((fr->i_hdr.ns < lp->vr) &&
170 (fr->i_hdr.ns > (lp->vr - lp->k)))
179 if ((fr->i_hdr.ns < lp->vr) ||
180 (fr->i_hdr
[all...]
H A Dllc_sendpdu.c141 fr->i_hdr.i_pflag = 1;
142 fr->i_hdr.nr = lp->vr;
159 memcpy(fr->i_hdr.is_info, pdu_data, data_len);
207 fr->i_hdr.i_pflag = 1; /* p/f and seq numbers */
208 fr->i_hdr.nr = lp->vr;
209 fr->i_hdr.ns = lp->vs;
259 fr->i_hdr.i_pflag = 1;
261 fr->i_hdr.i_pflag = 0;
275 fr->i_hdr.i_pflag = 0;
277 fr->i_hdr
[all...]
H A Dcl2llc.c199 if ((type != I_CMD) || (fr->i_hdr.i_pflag == 0))
281 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 1);
284 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 1);
294 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 0);
297 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 0);
304 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_RSP, 1);
447 p_flag_received = fr->i_hdr.i_pflag;
492 lp->vs = fr->i_hdr.nr;
498 lp->f_flag = fr->i_hdr.i_pflag;
525 p_flag_received = fr->i_hdr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dllc_frame.h28 } i_hdr; member in union:__anon11732
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dllc_frame.h28 } i_hdr; member in union:__anon7326

Completed in 41 milliseconds