Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dwanrouter.h152 unsigned t28; /* X.25 REGISTRATION timeout, sec (1..255) */ member
Dsdla_x25.h425 unsigned char t28; /* 33h: */ member
/linux-2.4.37.9/drivers/net/wan/
Dsdla_x25.c617 u.cfg.t28 = 30; in wpx_init()
711 if (conf->u.x25.t28) in wpx_init()
712 u.cfg.t28 = min_t(unsigned int, conf->u.x25.t28, 255); in wpx_init()