Home
last modified time | relevance | path

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

/linux-3.4.99/net/lapb/
Dlapb_out.c50 frame[0] = LAPB_I; in lapb_send_iframe()
57 *frame = LAPB_I; in lapb_send_iframe()
Dlapb_subr.c161 frame->type = LAPB_I; in lapb_decode()
195 frame->type = LAPB_I; in lapb_decode()
Dlapb_in.c296 case LAPB_I: in lapb_state2_machine()
490 case LAPB_I: in lapb_state3_machine()
/linux-3.4.99/include/net/
Dlapb.h12 #define LAPB_I 0x00 /* Information frames */ macro