Searched refs:llc_resend_ipdu (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/net/802/ |
D | cl2llc.c | 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() 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() 304 resend_count = llc_resend_ipdu(lp, fr->i_hdr.nr, I_RSP, 1); in llc_interpret_pseudo_code()
|
D | cl2llc.pre | 182 int resend_count; /* number of pdus resend by llc_resend_ipdu() */ 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);
|
D | llc_sendpdu.c | 234 int llc_resend_ipdu(llcptr lp, unsigned char ack_nr, unsigned char type, char p) in llc_resend_ipdu() function
|
/linux-2.4.37.9/include/net/ |
D | llc.h | 117 int llc_resend_ipdu(llcptr lp, unsigned char ack_nr, unsigned char type, char p);
|