Home
last modified time | relevance | path

Searched refs:I_CMD (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/802/transit/
Dpdutr.pre13 I_CMD 0 ADM5 ADM
14 I_CMD 1 ADM4 ADM
47 I_CMD CONN5 CONN
67 I_CMD RESWAIT8 RESET_WAIT
88 I_CMD RESCHK6 RESET_CHECK
109 I_CMD 0 SETUP6 SETUP
110 I_CMD 1 SETUP6 SETUP
143 I_CMD 0 RESET6 RESET
144 I_CMD 1 RESET6 RESET
176 I_CMD 0 D_CONN5 D_CONN
[all …]
/linux-2.4.37.9/net/802/
Dcl2llc.c199 if ((type != I_CMD) || (fr->i_hdr.i_pflag == 0)) in llc_interpret_pseudo_code()
213 llc_sendipdu( lp, I_CMD, 0, skb2); in llc_interpret_pseudo_code()
278 llc_sendipdu(lp, I_CMD, 1, skb); in llc_interpret_pseudo_code()
281 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 1); in llc_interpret_pseudo_code()
284 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 1); in llc_interpret_pseudo_code()
291 llc_sendipdu(lp, I_CMD, 0, skb); in llc_interpret_pseudo_code()
294 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 0); in llc_interpret_pseudo_code()
297 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_CMD, 0); in llc_interpret_pseudo_code()
Dcl2llc.pre199 if ((type != I_CMD) || (fr->i_hdr.i_pflag == 0))
213 llc_sendipdu( lp, I_CMD, 0, skb2);
278 llc_sendipdu(lp, I_CMD, 1, skb);
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);
291 llc_sendipdu(lp, I_CMD, 0, skb);
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);
Dllc_utility.c103 return(I_CMD); in llc_decode_frametype()
Dllc_sendpdu.c263 if (type == I_CMD) in llc_resend_ipdu()
/linux-2.4.37.9/include/net/
Dllc_frame.h75 #define I_CMD 0 macro