Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlapb.h18 #define LAPB_NOTCONNECTED 4 macro
/openbmc/linux/net/lapb/
H A Dlapb_iface.c321 return LAPB_NOTCONNECTED; in __lapb_disconnect_request()
329 return LAPB_NOTCONNECTED; in __lapb_disconnect_request()
377 rc = LAPB_NOTCONNECTED; in lapb_data_request()
H A Dlapb_in.c222 lapb_disconnect_confirmation(lapb, LAPB_NOTCONNECTED); in lapb_state2_machine()
318 lapb_disconnect_indication(lapb, LAPB_NOTCONNECTED); in lapb_state3_machine()
/openbmc/linux/Documentation/networking/
H A Dlapb-module.rst195 LAPB_NOTCONNECTED LAPB module is not connected.
209 LAPB_NOTCONNECTED LAPB module is not connected.
261 LAPB_NOTCONNECTED The remote system was not connected.
279 LAPB_NOTCONNECTED The remote system was not connected.
/openbmc/linux/drivers/net/wan/
H A Dhdlc_x25.c161 if (result == LAPB_NOTCONNECTED) in x25_xmit()
H A Dlapbether.c212 if (err == LAPB_NOTCONNECTED) in lapbeth_xmit()