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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dllc_frame.h75 #define I_CMD 0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dllc_frame.h75 #define I_CMD 0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dcl2llc.c199 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);
H A Dllc_utility.c103 return(I_CMD);
H A Dllc_sendpdu.c33 0x00, /* I_CMD */
56 0x04, /* I_CMD */
78 0x00, /* I_CMD */
190 * Parameter "type" must be either I_CMD or I_RSP.
229 * Type is I_CMD or I_RSP for 1st pdu resent.
263 if (type == I_CMD)

Completed in 104 milliseconds