Home
last modified time | relevance | path

Searched refs:X25_ACCEPT_CALL (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsdla_x25.h105 #define X25_ACCEPT_CALL 0x31 /* accept incomming call */ macro
/linux-2.4.37.9/drivers/net/wan/
Dsdla_x25.c2885 mbox->cmd.command = X25_ACCEPT_CALL; in x25_accept_call()
2887 } while (err && retry-- && x25_error(card, err, X25_ACCEPT_CALL, lcn)); in x25_accept_call()
4621 case X25_ACCEPT_CALL: in execute_delayed_cmd()
5067 case X25_ACCEPT_CALL: in check_bad_command()
/linux-2.4.37.9/net/wanrouter/
Daf_wanpipe.c2367 err = execute_command(sk,X25_ACCEPT_CALL,0); in wanpipe_exec_cmd()