Searched refs:ifunit (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.sbin/pppd/ |
| D | sys-bsd.c | 265 if (ioctl(fd, PPPIOCGUNIT, &ifunit) == -1) { in establish_ppp() 277 if (x != ifunit) { in establish_ppp() 279 ifunit, x); in establish_ppp() 338 if (x != ifunit) { in restore_loop() 340 ifunit, x); in restore_loop() 545 if (ioctl(ppp_fd, PPPIOCGUNIT, &ifunit) == -1) { in open_ppp_loopback()
|
| D | main.c | 91 int ifunit; /* Interface unit number */ variable 382 syslog(LOG_INFO, "Using interface ppp%d", ifunit); in main() 383 (void) snprintf(ifname, sizeof ifname, "ppp%d", ifunit); in main() 519 syslog(LOG_INFO, "Using interface ppp%d", ifunit); in main() 520 (void) snprintf(ifname, sizeof ifname, "ppp%d", ifunit); in main()
|
| D | pppd.h | 74 extern int ifunit; /* Interface unit number */
|