Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dsocket_pppox_ppc64le.const8 PPPIOCSMRU = 2147775570
Dsocket_pppox_arm64.const8 PPPIOCSMRU = 1074033746
Dsocket_pppox_amd64.const8 PPPIOCSMRU = 1074033746
Dsocket_pppox_arm.const8 PPPIOCSMRU = 1074033746
Dsocket_pppox_386.const8 PPPIOCSMRU = 1074033746
Dsocket_pppox.txt45 ioctl$PPPIOCSMRU(fd sock_pppox, cmd const[PPPIOCSMRU], arg ptr[in, int32])
/external/ppp/pppd/plugins/pppol2tp-android/
Dpppol2tp-android.c71 res = ioctl(session_fd, PPPIOCSMRU, (caddr_t)&mru); in pppol2tp_set_mru()
/external/ppp/pppd/include/net/
Dif_ppp.h123 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h94 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ macro
/external/ppp/pppd/
Dsys-linux.c1279 if (ioctl(ppp_fd, PPPIOCSMRU, (caddr_t) &mru) < 0) { in tty_recv_config()
1284 && ioctl(ppp_dev_fd, PPPIOCSMRU, (caddr_t) &mru) < 0) in tty_recv_config()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc637 unsigned IOCTL_PPPIOCSMRU = PPPIOCSMRU;
Dsanitizer_common_interceptors_ioctl.inc213 _(PPPIOCSMRU, READ, sizeof(int));