Home
last modified time | relevance | path

Searched refs:LAPB_I (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/lapb/
Dlapb_out.c51 frame[0] = LAPB_I; in lapb_send_iframe()
58 *frame = LAPB_I; in lapb_send_iframe()
Dlapb_subr.c150 frame->type = LAPB_I; /* I frame - carries NR/NS/PF */ in lapb_decode()
173 frame->type = LAPB_I; /* I frame - carries NR/NS/PF */ in lapb_decode()
Dlapb_in.c265 case LAPB_I: in lapb_state2_machine()
443 case LAPB_I: in lapb_state3_machine()
/linux-2.4.37.9/include/net/
Dlapb.h12 #define LAPB_I 0x00 /* Information frames */ macro