Home
last modified time | relevance | path

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

/openbmc/linux/net/rose/
H A Drose_loopback.c79 if (frametype == ROSE_CALL_REQUEST && in rose_loopback_timer()
98 if (frametype == ROSE_CALL_REQUEST) { in rose_loopback_timer()
H A Drose_subr.c113 case ROSE_CALL_REQUEST: in rose_write_internal()
139 case ROSE_CALL_REQUEST: in rose_write_internal()
210 case ROSE_CALL_REQUEST: in rose_decode()
H A Drose_route.c879 if (frametype == ROSE_CALL_REQUEST && in rose_route_frame()
922 if (frametype == ROSE_CALL_REQUEST) { in rose_route_frame()
951 if (frametype == ROSE_CALL_REQUEST) in rose_route_frame()
970 if (frametype == ROSE_CALL_REQUEST) { in rose_route_frame()
991 if (frametype == ROSE_CALL_REQUEST) { in rose_route_frame()
1018 if (frametype != ROSE_CALL_REQUEST) { /* XXX */ in rose_route_frame()
H A Daf_rose.c871 rose_write_internal(sk, ROSE_CALL_REQUEST); in rose_connect()
/openbmc/linux/include/net/
H A Drose.h30 #define ROSE_CALL_REQUEST 0x0B macro