Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c55 static void exec_ppp (int s, char *unit, char *label);
365 exec_ppp(s1, NULL, label); in main()
394 exec_ppp(s, unit, label); in main()
406 exec_ppp(int s, char *unit, char *label) in exec_ppp() function