Home
last modified time | relevance | path

Searched refs:LAPB_NOTCONNECTED (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/lapb/
Dlapb_iface.c309 rc = LAPB_NOTCONNECTED; in lapb_disconnect_request()
318 rc = LAPB_NOTCONNECTED; in lapb_disconnect_request()
352 rc = LAPB_NOTCONNECTED; in lapb_data_request()
Dlapb_in.c227 lapb_disconnect_confirmation(lapb, LAPB_NOTCONNECTED); in lapb_state2_machine()
323 lapb_disconnect_indication(lapb, LAPB_NOTCONNECTED); in lapb_state3_machine()
/linux-4.4.14/include/linux/
Dlapb.h12 #define LAPB_NOTCONNECTED 4 macro
/linux-4.4.14/Documentation/networking/
Dlapb-module.txt169 LAPB_NOTCONNECTED LAPB module is not connected.
180 LAPB_NOTCONNECTED LAPB module is not connected.
225 LAPB_NOTCONNECTED The remote system was not connected.
240 LAPB_NOTCONNECTED The remote system was not connected.
/linux-4.4.14/drivers/net/wan/
Dhdlc_x25.c116 if (result == LAPB_NOTCONNECTED) in x25_xmit()