summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/net/if_ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/net/if_ppp.h')
-rw-r--r--c/src/libnetworking/net/if_ppp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/libnetworking/net/if_ppp.h b/c/src/libnetworking/net/if_ppp.h
index 0c9959b5c8..355778d9fd 100644
--- a/c/src/libnetworking/net/if_ppp.h
+++ b/c/src/libnetworking/net/if_ppp.h
@@ -38,11 +38,11 @@
#define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
#define SC_LOG_RAWIN 0x00080000 /* log all chars received */
#define SC_LOG_FLUSH 0x00100000 /* log all chars flushed */
-#define SC_SYNC 0x00200000 /* synchrounous HDLC */
#define SC_RCV_B7_0 0x01000000 /* have rcvd char with bit 7 = 0 */
#define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */
#define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
#define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
+#define SC_SYNC 0x00200000 /* use synchronous HDLC framing */
#define SC_MASK 0x0fff00ff /* bits that user can change */
/*
@@ -89,6 +89,7 @@ struct ifpppcstatsreq {
* Ioctl definitions.
*/
+#define PPPIOCSTASK _IOW('t', 91, int) /* set pppd task id */
#define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
#define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */
#define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */