Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c56 static void exec_ppp (int s, char *unit, char *label);
366 exec_ppp(s1, NULL, label); in main()
395 exec_ppp(s, unit, label); in main()
407 exec_ppp(int s, char *unit, char *label) in exec_ppp() function