Home
last modified time | relevance | path

Searched refs:slip (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/arch/um/drivers/
H A Dslip_common.c10 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 Dslip_common.h92 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 Dslirp_user.c66 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 Dslip_user.c153 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 Dslip.h13 struct slip_proto slip; member
H A Dslirp.h25 struct slip_proto slip; member
H A DMakefile9 slip-objs := slip_kern.o slip_user.o
46 obj-$(CONFIG_UML_NET_SLIP) += slip.o slip_common.o
H A Dslip_kern.c31 slip_proto_init(&spri->slip); in slip_init()
H A Dslirp_kern.c33 slip_proto_init(&spri->slip); in slirp_init()
H A DKconfig193 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 D0001-setup.py-Use-setuptools-instead-of-distutils.patch21 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 D9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch14 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 Dslip.c320 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 DMakefile6 obj-$(CONFIG_SLIP) += slip.o
H A Dslip.h52 struct slip { struct
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-slip-dbus_0.6.5.bb2 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 Dmagic-number.rst63 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dmagic-number.rst66 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
/openbmc/linux/drivers/net/
H A DMakefile69 obj-$(CONFIG_SLIP) += slip/
70 obj-$(CONFIG_SLHC) += slip/
/openbmc/linux/Documentation/process/
H A Dmagic-number.rst74 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dmagic-number.rst80 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dmagic-number.rst79 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,adf4350.yaml95 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 Dconfig59 # 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 D0001-compat-Define-off64_t-as-off_t-on-linux.patch15 off_t slip.

12