Home
last modified time | relevance | path

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

/Linux-v4.19/net/lapb/
Dlapb_out.c52 frame[0] = LAPB_I; in lapb_send_iframe()
59 *frame = LAPB_I; in lapb_send_iframe()
Dlapb_subr.c159 frame->type = LAPB_I; in lapb_decode()
193 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-v4.19/include/net/
Dlapb.h14 #define LAPB_I 0x00 /* Information frames */ macro