[PATCH 0/2] IPv6 control message structures

Alex Henrie alexhenrie24 at gmail.com
Mon May 3 10:28:02 CDT 2021


While investigating why IPV6_HOPLIMIT isn't always defined on Mac OS, I
realized that we really need some tests for the three IPV6 control
messages that Windows can return from WSARecvMsg (IPV6_HOPLIMIT,
IPV6_PKTINFO, and IPV6_RTHDR), and in order to write those tests, the
corresponding structures need to be defined.

Alex Henrie (2):
  include: Add IN6_PKTINFO
  include: Add IPV6_ROUTING_HEADER

 include/netiodef.h | 32 ++++++++++++++++++++++++++++++++
 include/ws2ipdef.h |  5 +++++
 2 files changed, 37 insertions(+)
 create mode 100644 include/netiodef.h

-- 
2.31.1




More information about the wine-devel mailing list