Searched refs:I_CMD (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/net/802/transit/ |
D | pdutr.pre | 13 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/ |
D | cl2llc.c | 199 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()
|
D | cl2llc.pre | 199 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);
|
D | llc_utility.c | 103 return(I_CMD); in llc_decode_frametype()
|
D | llc_sendpdu.c | 263 if (type == I_CMD) in llc_resend_ipdu()
|
/linux-2.4.37.9/include/net/ |
D | llc_frame.h | 75 #define I_CMD 0 macro
|