Home | History | Annotate | Download | only in pppd

Lines Matching refs:sig

1363  * We assume that sig is currently blocked.
1366 kill_my_pg(sig)
1367 int sig;
1374 kill(0, sig);
1386 sigaction(sig, &act, &oldact);
1387 sigaction(sig, &oldact, NULL);
1399 hup(sig)
1400 int sig;
1406 kill_my_pg(sig);
1407 notify(sigreceived, sig);
1420 term(sig)
1421 int sig;
1424 got_sigterm = sig;
1427 kill_my_pg(sig);
1428 notify(sigreceived, sig);
1439 chld(sig)
1440 int sig;
1455 toggle_debug(sig)
1456 int sig;
1474 open_ccp(sig)
1475 int sig;
1487 bad_signal(sig)
1488 int sig;
1495 error("Fatal signal %d", sig);
1498 notify(sigreceived, sig);