Home
last modified time | relevance | path

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

/linux-2.6.39/net/x25/
Dx25_subr.c129 case X25_CALL_REQUEST: in x25_write_internal()
186 case X25_CALL_REQUEST: in x25_write_internal()
188 *dptr++ = X25_CALL_REQUEST; in x25_write_internal()
279 case X25_CALL_REQUEST: in x25_decode()
Dx25_dev.c68 if (frametype == X25_CALL_REQUEST) in x25_receive_data()
Daf_x25.c800 x25_write_internal(sk, X25_CALL_REQUEST); in x25_connect()
/linux-2.6.39/include/net/
Dx25.h32 #define X25_CALL_REQUEST 0x0B macro