Searched defs:slip (Results 1 – 5 of 5) sorted by relevance
52 struct slip { struct76 int xdata, xbits; /* 6 bit slip controls */ argument91 #define SL_MODE_SLIP6 2 /* Matt Dillon's printable slip */ argument96 unsigned char outfill; /* # of sec between outfill packet */97 unsigned char keepalive; /* keepalive seconds */98 struct timer_list outfill_timer;99 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()