numam-dpdk/lib/librte_cmdline
Olivier Matz b94fcf6bdf cmdline: standardize conversion of IP address strings
The code to convert IPv4 and IPv6 address strings into a binary format
(inet_ntop) was included in the cmdline library because the DPDK was
historically compiled in environments where the standard inet_ntop()
function is not available. Today, this is not the case and the standard
inet_ntop() can be used.

This patch removes the internal inet_ntop*() functions and their
specific license.

There is a small functional impact: IP addresses like 012.34.56.78
are not valid anymore.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
2018-04-23 21:31:40 +02:00
..
cmdline_cirbuf.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_cirbuf.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_etheraddr.c convert snprintf to strlcpy 2018-04-04 17:33:08 +02:00
cmdline_parse_etheraddr.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_ipaddr.c cmdline: standardize conversion of IP address strings 2018-04-23 21:31:40 +02:00
cmdline_parse_ipaddr.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_num.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_num.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_portlist.c convert snprintf to strlcpy 2018-04-04 17:33:08 +02:00
cmdline_parse_portlist.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_string.c convert snprintf to strlcpy 2018-04-04 17:33:08 +02:00
cmdline_parse_string.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse.c convert snprintf to strlcpy 2018-04-04 17:33:08 +02:00
cmdline_parse.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_rdline.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_rdline.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_socket.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_socket.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_vt100.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_vt100.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_cmdline_version.map cmdline: remove duplicated symbol from .map 2016-06-30 20:02:52 +02:00