Home
last modified time | relevance | path

Searched refs:t11_t21 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dwanrouter.h127 unsigned t11_t21; /* X.25 CALL timeout, sec (1..255) */ member
/linux-3.4.99/drivers/net/wan/
Dcycx_x25.c317 if (conf->u.x25.t11_t21) in cycx_x25_wan_init()
318 cfg.t21 = min_t(unsigned int, conf->u.x25.t11_t21, 30); in cycx_x25_wan_init()