Searched defs:slip (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/slip/ |
| D | slip.h | 50 struct slip { struct 74 int xdata, xbits; /* 6 bit slip controls */ argument 89 #define SL_MODE_SLIP6 2 /* Matt Dillon's printable slip */ argument 94 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;
|
| /kernel/linux/linux-6.6/drivers/net/slip/ |
| D | slip.h | 52 struct slip { struct 76 int xdata, xbits; /* 6 bit slip controls */ argument 91 #define SL_MODE_SLIP6 2 /* Matt Dillon's printable slip */ argument 96 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;
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| D | slip_common.c | 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()
|
| D | slip.h | 13 struct slip_proto slip; member
|
| D | slirp.h | 25 struct slip_proto slip; member
|
| D | slip_common.h | 92 static inline void slip_proto_init(struct slip_proto * slip) in slip_proto_init()
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| D | slip_common.c | 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()
|
| D | slip.h | 13 struct slip_proto slip; member
|
| D | slirp.h | 25 struct slip_proto slip; member
|
| D | slip_common.h | 92 static inline void slip_proto_init(struct slip_proto * slip) in slip_proto_init()
|