Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dwanrouter.h160 unsigned char oob_on_modem; /* Whether to send modem status to the user app */ member
Dwanpipe.h422 u8 oob_on_modem; /* Option to send modem status to the api */ member
/linux-2.4.37.9/drivers/net/wan/
Dsdla_x25.c785 if (conf->u.x25.oob_on_modem == WANOPT_YES){ in wpx_init()
788 card->u.x.oob_on_modem = 1; in wpx_init()
790 card->u.x.oob_on_modem = 0; in wpx_init()
2238 if (card->u.x.oob_on_modem){ in status_intr()