OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disconnect_script
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
tty.c
143
char *
disconnect_script
= NULL; /* Script to disestablish physical link */
variable
186
{ "disconnect", o_string, &
disconnect_script
,
775
if (
disconnect_script
== NULL || hungup)
779
if (device_script(
disconnect_script
, ttyfd, ttyfd, 0) < 0) {
[
all
...]
pppd.h
287
extern char *
disconnect_script
; /* Script to disestablish physical link */
[
all
...]
Completed in 189 milliseconds