linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH lksctp-tools 0/4] lksctp-tools: replace use of deprecated gethostbyname with getaddrinfo
@ 2021-08-04 11:29 Xin Long
  2021-08-04 11:29 ` [PATCH lksctp-tools 1/4] myftp: " Xin Long
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Xin Long @ 2021-08-04 11:29 UTC (permalink / raw)
  To: linux-sctp, Marcelo Ricardo Leitner

This patchset is simply to replace use of deprecated gethostbyname
with getaddrinfo in myftp, sctp_xconnect, sctp_test and sctp_darn.

Xin Long (4):
  myftp: replace use of deprecated gethostbyname with getaddrinfo
  sctp_xconnect: replace use of deprecated gethostbyname with
    getaddrinfo
  sctp_test: replace use of deprecated gethostbyname with getaddrinfo
  sctp_darn: replace use of deprecated gethostbyname with getaddrinfo

 configure.ac             |   2 +-
 src/apps/myftp.c         |  40 +++----
 src/apps/sctp_darn.c     | 246 +++++++++++----------------------------
 src/apps/sctp_test.c     |  63 +++-------
 src/apps/sctp_xconnect.c |  72 +++++-------
 5 files changed, 137 insertions(+), 286 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-11 17:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 11:29 [PATCH lksctp-tools 0/4] lksctp-tools: replace use of deprecated gethostbyname with getaddrinfo Xin Long
2021-08-04 11:29 ` [PATCH lksctp-tools 1/4] myftp: " Xin Long
2021-08-04 11:29 ` [PATCH lksctp-tools 2/4] sctp_xconnect: " Xin Long
2021-08-04 11:29 ` [PATCH lksctp-tools 3/4] sctp_test: " Xin Long
2021-08-04 11:29 ` [PATCH lksctp-tools 4/4] sctp_darn: " Xin Long
2021-08-04 23:47 ` [PATCH lksctp-tools 0/4] lksctp-tools: " Xin Long
2021-08-11 17:27 ` mleitner

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).