Searched refs:reorder_timeout (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/ip/
H A Dipl2tp.c66 int reorder_timeout; member in struct:l2tp_parm
159 if (p->reorder_timeout) addattr64(&req.n, 1024, L2TP_ATTR_RECV_TIMEOUT,
160 p->reorder_timeout);
237 if (p->reorder_timeout != 0)
238 printf(" reorder timeout: %u\n", p->reorder_timeout);
297 p->reorder_timeout = rta_getattr_u64(attrs[L2TP_ATTR_RECV_TIMEOUT]);

Completed in 117 milliseconds