Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dsocket_pppox_ppc64le.const29 SC_LOG_INPKT = 131072
Dsocket_pppox_arm64.const29 SC_LOG_INPKT = 131072
Dsocket_pppox_amd64.const29 SC_LOG_INPKT = 131072
Dsocket_pppox_arm.const29 SC_LOG_INPKT = 131072
Dsocket_pppox_386.const29 SC_LOG_INPKT = 131072
Dsocket_pppox.txt130 …C_MP_SHORTSEQ, SC_COMP_RUN, SC_DECOMP_RUN, SC_MP_XSHORTSEQ, SC_DEBUG, SC_LOG_INPKT, SC_LOG_OUTPKT,…
/external/ppp/pppd/include/net/
Dif_ppp.h60 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h37 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */ macro
/external/ppp/pppd/
Dsys-linux.c440 #define SC_LOGB (SC_DEBUG | SC_LOG_INPKT | SC_LOG_OUTPKT | SC_LOG_RAWIN \ in tty_establish_ppp()