Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dtty.c136 int charshunt_pid; /* Process ID for charshunt */ variable
996 charshunt_pid = cpid; in start_charshunt()
1004 charshunt_pid = 0; in charshunt_done()
1010 if (charshunt_pid) in stop_charshunt()
1011 kill(charshunt_pid, (sig == SIGINT? sig: SIGTERM)); in stop_charshunt()