Home
last modified time | relevance | path

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

/linux-4.1.27/net/lapb/
Dlapb_out.c52 frame[0] = LAPB_I; in lapb_send_iframe()
59 *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.c231 case LAPB_I: in lapb_state2_machine()
386 case LAPB_I: in lapb_state3_machine()
/linux-4.1.27/include/net/
Dlapb.h12 #define LAPB_I 0x00 /* Information frames */ macro