Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dsocket_pppox_ppc64le.const3 PPPIOCGCHAN = 1074033719
Dsocket_pppox_arm64.const3 PPPIOCGCHAN = 2147775543
Dsocket_pppox_amd64.const3 PPPIOCGCHAN = 2147775543
Dsocket_pppox_arm.const3 PPPIOCGCHAN = 2147775543
Dsocket_pppox_386.const3 PPPIOCGCHAN = 2147775543
Dsocket_pppox.txt41 ioctl$PPPIOCGCHAN(fd sock_pppox, cmd const[PPPIOCGCHAN], arg ptr[out, int32])
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h114 #define PPPIOCGCHAN _IOR('t', 55, int) /* get ppp channel number */ macro
/external/ppp/pppd/
Dsys-linux.c466 if (ioctl(fd, PPPIOCGCHAN, &chindex) == -1) { in generic_establish_ppp()