DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Tyler Retzlaff <roretzla@linux.microsoft.com>
Cc: dev@dpdk.org
Subject: Re: Portable alternative to inet_ntop?
Date: Wed, 7 Aug 2024 15:23:07 -0700	[thread overview]
Message-ID: <20240807152307.6de652f6@hermes.local> (raw)
In-Reply-To: <20240806053527.GA19300@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net>

On Mon, 5 Aug 2024 22:35:27 -0700
Tyler Retzlaff <roretzla@linux.microsoft.com> wrote:

> On Wed, Jul 24, 2024 at 09:21:13AM -0700, Stephen Hemminger wrote:
> > The function inet_ntop is useful to make printable addresses for debugging.
> > It is available on Linux and FreeBSD but not on Windows.  
> 
> i know my reply is late. but the following wasn't usable?
> https://learn.microsoft.com/en-us/windows/win32/api/ws2tcpip/nf-ws2tcpip-inet_ntop
> it isn't wide (PSTR).
> 
> i know trying to use winsock headers is a mess though so if it is hard
> duplicating seems fine. i would not be unhappy for more generalized apis
> to be built up within dpdk to avoid the platform coupling.
> 
> ty

I got inet_ntop to work on windows (as long as the right includes are used).

      reply	other threads:[~2024-08-07 22:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-24 16:21 Stephen Hemminger
2024-07-26 12:36 ` Morten Brørup
2024-08-06  5:35 ` Tyler Retzlaff
2024-08-07 22:23   ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240807152307.6de652f6@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=roretzla@linux.microsoft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).