Searched defs:slip (Results 1 – 5 of 5) sorted by relevance
50 struct slip { struct74 int xdata, xbits; /* 6 bit slip controls */ argument89 #define SL_MODE_SLIP6 2 /* Matt Dillon's printable slip */ argument94 unsigned char outfill; /* # of sec between outfill packet */95 unsigned char keepalive; /* keepalive seconds */96 struct timer_list outfill_timer;97 struct timer_list keepalive_timer;
6 int slip_proto_read(int fd, void *buf, int len, struct slip_proto *slip) in slip_proto_read()46 int slip_proto_write(int fd, void *buf, int len, struct slip_proto *slip) in slip_proto_write()
13 struct slip_proto slip; member
25 struct slip_proto slip; member
92 static inline void slip_proto_init(struct slip_proto * slip) in slip_proto_init()