Home
last modified time | relevance | path

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

/linux-2.6.39/net/x25/
Dx25_subr.c145 case X25_RNR: in x25_write_internal()
243 case X25_RNR: in x25_write_internal()
297 frame[2] == X25_RNR || in x25_decode()
304 (frame[2] & 0x1F) == X25_RNR || in x25_decode()
Dx25_in.c214 case X25_RNR: in x25_state3_machine()
227 if (frametype == X25_RNR) { in x25_state3_machine()
Dx25_out.c223 x25_write_internal(sk, X25_RNR); in x25_enquiry_response()
/linux-2.6.39/include/net/
Dx25.h40 #define X25_RNR 0x05 macro