Searched refs:dgram (Results 1 – 15 of 15) sorted by relevance
/openbmc/google-misc/subprojects/nemora-postd/src/ |
H A D | serializer.cpp | 26 std::string Serializer::Serialize(const NemoraDatagram* dgram) in Serialize() argument 29 switch (dgram->type) in Serialize() 32 result = SerializeEvent(static_cast<const NemoraEvent*>(dgram)); in Serialize() 38 static_cast<int>(dgram->type)) in Serialize()
|
H A D | serializer.hpp | 32 static std::string Serialize(const NemoraDatagram* dgram);
|
/openbmc/qemu/io/ |
H A D | trace-events | 27 qio_channel_socket_dgram_sync(void *ioc, void *localAddr, void *remoteAddr) "Socket dgram sync ioc=… 28 qio_channel_socket_dgram_async(void *ioc, void *localAddr, void *remoteAddr) "Socket dgram async io… 29 qio_channel_socket_dgram_fail(void *ioc) "Socket dgram fail ioc=%p" 30 qio_channel_socket_dgram_complete(void *ioc, int fd) "Socket dgram complete ioc=%p fd=%d"
|
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/ |
H A D | tftpd.xinetd.inetutils | 10 socket_type = dgram
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.42-tftpboot.patch | 39 tftp dgram udp wait root /usr/sbin/tcpd 45 tftp dgram udp wait root /usr/sbin/in.tftpd
|
H A D | tftp-xinetd | 8 socket_type = dgram
|
/openbmc/qemu/net/ |
H A D | meson.build | 15 'dgram.c',
|
H A D | dgram.c | 434 remote = netdev->u.dgram.remote; in net_init_dgram() 435 local = netdev->u.dgram.local; in net_init_dgram()
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 01_man_portability.patch | 170 - ntalk dgram udp wait root /some/where/tcpd /usr/local/lib/ntalkd 171 + ntalk dgram udp wait root /usr/sbin/tcpd /usr/local/lib/ntalkd
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
H A D | syslog-ng.conf.sysvinit | 24 source s_src { unix-dgram("/dev/log"); internal();
|
/openbmc/qemu/qapi/ |
H A D | net.json | 717 # @dgram: since 7.2 725 'dgram', 'vde', 'bridge', 'hubport', 'netmap', 'vhost-user', 753 'dgram': 'NetdevDgramOptions',
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2903 …"-netdev dgram,id=str,remote.type=inet,remote.host=maddr,remote.port=port[,local.type=inet,local.h… 2908 "-netdev dgram,id=str,local.type=unix,local.path=path[,remote.type=unix,remote.path=path]\n" 2909 "-netdev dgram,id=str,local.type=fd,local.str=file-descriptor\n" 3457 ``-netdev dgram,id=str,remote.type=inet,remote.host=maddr,remote.port=port[,local.type=inet,local.h… 3473 -netdev dgram,id=net0,remote.type=inet,remote.host=224.0.0.1,remote.port=1234 3477 -netdev dgram,id=net0,remote.type=inet,remote.host=224.0.0.1,remote.port=1234 3481 -netdev dgram,id=net0,remote.type=inet,remote.host=224.0.0.1,remote.port=1234 3483 ``-netdev dgram,id=str,remote.type=inet,remote.host=maddr,remote.port=port[,local.type=fd,local.str… 3515 ``-netdev dgram,id=str,local.type=unix,local.path=path[,remote.type=unix,remote.path=path]`` 3532 …-netdev dgram,id=net0,local.type=unix,local.path=/tmp/qemu0,remote.type=unix,remote.path=/tmp/qemu1 [all …]
|
H A D | hmp-commands.hx | 1289 .params = "[user|tap|socket|stream|dgram|vde|bridge|hubport|netmap|vhost-user"
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 4317 dgram.c: 8393
|
/openbmc/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 3205 The maximum length of dgram socket receive queue
|