Home
last modified time | relevance | path

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

/Linux-v5.10/net/x25/
Dx25_subr.c126 case X25_CALL_REQUEST: in x25_write_internal()
181 case X25_CALL_REQUEST: in x25_write_internal()
183 *dptr++ = X25_CALL_REQUEST; in x25_write_internal()
273 case X25_CALL_REQUEST: in x25_decode()
Dx25_dev.c68 if (frametype == X25_CALL_REQUEST) in x25_receive_data()
Dx25_in.c140 case X25_CALL_REQUEST: in x25_state1_machine()
Daf_x25.c813 x25_write_internal(sk, X25_CALL_REQUEST); in x25_connect()
/Linux-v5.10/include/net/
Dx25.h34 #define X25_CALL_REQUEST 0x0B macro