Home
last modified time | relevance | path

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

/linux-4.1.27/net/x25/
Dx25_subr.c146 case X25_RNR: in x25_write_internal()
243 case X25_RNR: in x25_write_internal()
301 frame[2] == X25_RNR || in x25_decode()
312 (frame[2] & 0x1F) == X25_RNR || in x25_decode()
Dx25_in.c234 case X25_RNR: in x25_state3_machine()
247 if (frametype == X25_RNR) { in x25_state3_machine()
Dx25_out.c223 x25_write_internal(sk, X25_RNR); in x25_enquiry_response()
/linux-4.1.27/include/net/
Dx25.h40 #define X25_RNR 0x05 macro