Searched defs:slip (Results 1 – 5 of 5) sorted by relevance
49 struct slip { struct73 int xdata, xbits; /* 6 bit slip controls */ argument88 #define SL_MODE_SLIP6 2 /* Matt Dillon's printable slip */ argument93 unsigned char outfill; /* # of sec between outfill packet */94 unsigned char keepalive; /* keepalive seconds */95 struct timer_list outfill_timer;96 struct timer_list keepalive_timer;
5 int slip_proto_read(int fd, void *buf, int len, struct slip_proto *slip) in slip_proto_read()45 int slip_proto_write(int fd, void *buf, int len, struct slip_proto *slip) in slip_proto_write()
12 struct slip_proto slip; member
24 struct slip_proto slip; member
91 static inline void slip_proto_init(struct slip_proto * slip) in slip_proto_init()