Home
last modified time | relevance | path

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

/Linux-v5.4/net/lapb/
Dlapb_out.c47 frame[0] = LAPB_I; in lapb_send_iframe()
54 *frame = LAPB_I; in lapb_send_iframe()
Dlapb_subr.c154 frame->type = LAPB_I; in lapb_decode()
188 frame->type = LAPB_I; in lapb_decode()
Dlapb_in.c226 case LAPB_I: in lapb_state2_machine()
381 case LAPB_I: in lapb_state3_machine()
/Linux-v5.4/include/net/
Dlapb.h14 #define LAPB_I 0x00 /* Information frames */ macro