Searched refs:PPPIOCSMRU (Results 1 – 3 of 3) sorted by relevance
123 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ macro
128 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ macro
1245 if (ioctl(ppp_fd, PPPIOCSMRU, (caddr_t) &mru) < 0) { in tty_recv_config()1250 && ioctl(ppp_dev_fd, PPPIOCSMRU, (caddr_t) &mru) < 0) in tty_recv_config()