History log of /netbsd-src/sys/rump/net/lib/libshmif/shmifvar.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 9123ebc1 02-Sep-2024 ozaki-r <ozaki-r@NetBSD.org>

shmif: export LOCK_* definitions

They will be used by upcoming shmif_pcapin.


# 82ca9ad9 03-Apr-2020 christos <christos@NetBSD.org>

make constant unsigned


# 58dd466b 17-Sep-2014 ozaki-r <ozaki-r@NetBSD.org>

Make shmif buildable when DRPINTF enabled


# bd5b4bd1 16-Aug-2014 ozaki-r <ozaki-r@NetBSD.org>

Bump SHMIF_VERSION


# 5c34a715 15-Aug-2014 ozaki-r <ozaki-r@NetBSD.org>

Make shmif SIMPLEX

Add a sender field to a packet header on a shmif bus to identify
and ignore packets sent by itself.

This makes shmif work with bridges.

ok pooka@


# 1a7f9ac6 20-Dec-2013 pooka <pooka@NetBSD.org>

header massage, mostly improves portability


# 23bbd0e0 21-Mar-2011 pooka <pooka@NetBSD.org>

Update copyright statements.

no functional change.


# 50fa67ff 15-Aug-2010 pooka <pooka@NetBSD.org>

Move the lockops together with the interface -- they are needed
only at runtime.


# b97bdf94 13-Aug-2010 pooka <pooka@NetBSD.org>

Include a timestamp in the frame header. When converting to pcap,
it can give some idea of when packets were sent.

nb. it's the sending host's timestamp, not an observer timestamp
like in the typic

Include a timestamp in the frame header. When converting to pcap,
it can give some idea of when packets were sent.

nb. it's the sending host's timestamp, not an observer timestamp
like in the typical pcap case.

show more ...


# ce68b7ae 12-Aug-2010 pooka <pooka@NetBSD.org>

Include a pointer to the beginning of the buffer and add support
to the packet dumper. This helps in situations where the juicy
details are in a bus multiple generations old.


# d5a83df7 12-Aug-2010 pooka <pooka@NetBSD.org>

* include a magic number in the bus format
* simplify offset calculations by making them start from beginning of data


# 36e63e68 12-Aug-2010 pooka <pooka@NetBSD.org>

Make shmif memory access slightly more sane. Create a header which
is shared by the interface and the bus analyzer.