Searched defs:slip (Results 1 – 5 of 5) sorted by relevance
49 struct slip { struct72 int xdata, xbits; /* 6 bit slip controls */ argument87 #define SL_MODE_SLIP6 2 /* Matt Dillon's printable slip */ argument92 unsigned char outfill; /* # of sec between outfill packet */93 unsigned char keepalive; /* keepalive seconds */94 struct timer_list outfill_timer;95 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()