Searched defs:multilink (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Doptions.c99 bool master_detach; /* Detach when we're (only) multilink master */
117 bool multilink = 0; /* Enable multilink operation */ variable
118 char *bundle_name = NULL; /* bundle name for multilink */
215 "Detach when we're multilink master but have no link", 1 },
303 { "multilink", o_bool, &multilink,
304 "Enable multilink operation", OPT_PRIO | 1 },
305 { "mp", o_bool, &multilink,
306 "Enable multilink operatio
[all...]

Completed in 205 milliseconds