/openbmc/linux/arch/um/drivers/ |
H A D | slip_common.c | 10 if(slip->more > 0){ in slip_proto_read() 13 size = slip_unesc(slip->ibuf[i++], slip->ibuf, in slip_proto_read() 14 &slip->pos, &slip->esc); in slip_proto_read() 17 memmove(slip->ibuf, &slip->ibuf[i], in slip_proto_read() 19 slip->more = slip->more - i; in slip_proto_read() 23 slip->more = 0; in slip_proto_read() 26 n = net_read(fd, &slip->ibuf[slip->pos], in slip_proto_read() 27 sizeof(slip->ibuf) - slip->pos); in slip_proto_read() 33 size = slip_unesc(slip->ibuf[start + i], slip->ibuf,&slip->pos, in slip_proto_read() 34 &slip->esc); in slip_proto_read() [all …]
|
H A D | slip_common.h | 92 static inline void slip_proto_init(struct slip_proto * slip) in slip_proto_init() argument 94 memset(slip->ibuf, 0, sizeof(slip->ibuf)); in slip_proto_init() 95 memset(slip->obuf, 0, sizeof(slip->obuf)); in slip_proto_init() 96 slip->more = 0; in slip_proto_init() 97 slip->pos = 0; in slip_proto_init() 98 slip->esc = 0; in slip_proto_init() 102 struct slip_proto *slip); 104 struct slip_proto *slip);
|
H A D | slirp_user.c | 66 pri->slip.pos = 0; in slirp_open() 67 pri->slip.esc = 0; in slirp_open() 108 return slip_proto_read(fd, buf, len, &pri->slip); in slirp_user_read() 113 return slip_proto_write(fd, buf, len, &pri->slip); in slirp_user_write()
|
H A D | slip_user.c | 153 pri->slip.pos = 0; in slip_open() 154 pri->slip.esc = 0; in slip_open() 215 return slip_proto_read(fd, buf, len, &pri->slip); in slip_user_read() 220 return slip_proto_write(fd, buf, len, &pri->slip); in slip_user_write()
|
H A D | slip.h | 13 struct slip_proto slip; member
|
H A D | slirp.h | 25 struct slip_proto slip; member
|
H A D | Makefile | 9 slip-objs := slip_kern.o slip_user.o 46 obj-$(CONFIG_UML_NET_SLIP) += slip.o slip_common.o
|
H A D | slip_kern.c | 31 slip_proto_init(&spri->slip); in slip_init()
|
H A D | slirp_kern.c | 33 slip_proto_init(&spri->slip); in slirp_init()
|
H A D | Kconfig | 193 The slip User-Mode Linux network transport allows a running UML to 196 the slip transport can only carry IP packets. 198 To use this, your host must support slip devices. 202 has examples of the UML command line to use to enable slip
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/ |
H A D | 0001-setup.py-Use-setuptools-instead-of-distutils.patch | 21 setup(name="slip", version="@VERSION@", 22 py_modules=["slip.__init__", "slip.util.__init__", 23 "slip.util.hookable", "slip.util.files", 24 - "slip._wrappers.__init__", "slip._wrappers._glib"], 27 -setup(name="slip.dbus", version="@VERSION@", 28 - py_modules=["slip.dbus.__init__", "slip.dbus.bus", 29 + "slip._wrappers.__init__", "slip._wrappers._glib", 30 + "slip.dbus.__init__", "slip.dbus.bus", 31 "slip.dbus.constants", "slip.dbus.introspection", 32 "slip.dbus.mainloop", "slip.dbus.polkit", "slip.dbus.proxies", [all …]
|
H A D | 9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch | 14 slip/dbus/polkit.py | 6 +++--- 15 slip/util/hookable.py | 6 +++--- 18 diff --git a/slip/dbus/polkit.py b/slip/dbus/polkit.py 20 --- a/slip/dbus/polkit.py 21 +++ b/slip/dbus/polkit.py 48 diff --git a/slip/util/hookable.py b/slip/util/hookable.py 50 --- a/slip/util/hookable.py 51 +++ b/slip/util/hookable.py
|
/openbmc/linux/drivers/net/slip/ |
H A D | slip.c | 320 static void sl_bump(struct slip *sl) 424 struct slip *sl = container_of(work, struct slip, tx_work); 456 struct slip *sl; 691 struct slip *sl = tty->disc_data; 722 struct slip *sl; 739 static struct slip *sl_alloc(void) 744 struct slip *sl; 790 struct slip *sl; 886 struct slip *sl = tty->disc_data; 1078 struct slip *sl = tty->disc_data; [all …]
|
H A D | Makefile | 6 obj-$(CONFIG_SLIP) += slip.o
|
H A D | slip.h | 52 struct slip { struct
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-slip-dbus_0.6.5.bb | 2 HOMEPAGE = "https://github.com/nphilipp/python-slip" 7 This package provides slip.dbus.service.Object, which is a dbus.service.Object \ 15 SRCNAME = "python-slip"
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | magic-number.rst | 63 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | magic-number.rst | 66 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
|
/openbmc/linux/drivers/net/ |
H A D | Makefile | 69 obj-$(CONFIG_SLIP) += slip/ 70 obj-$(CONFIG_SLHC) += slip/
|
/openbmc/linux/Documentation/process/ |
H A D | magic-number.rst | 74 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | magic-number.rst | 80 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | magic-number.rst | 79 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
|
/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/ |
H A D | adi,adf4350.yaml | 95 adi,cycle-slip-reduction-enable: 97 description: Enables cycle slip reduction.
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | config | 59 # Q: Public interfaces: [eth+ ppp+ slip+] 60 Firewall.ip_s_publiciface="eth+ ppp+ slip+"
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-compat-Define-off64_t-as-off_t-on-linux.patch | 15 off_t slip.
|