numam-dpdk/examples/cmdline
Thomas Monjalon 14cba9ee22 cmdline: replace FreeBSD ifdef for IP address parsing
The constants like AF_INET are in sys/socket.h in FreeBSD.
The #ifdef macro __FreeBSD__ is replaced with RTE_EXEC_ENV_FREEBSD
in order to be consistent across DPDK files, and allow to grep
for EXEC_ENV among other benefits.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2019-11-08 15:34:10 +01:00
..
commands.c cmdline: replace FreeBSD ifdef for IP address parsing 2019-11-08 15:34:10 +01:00
commands.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
main.c examples/cmdline: convert to SPDX license tag 2018-02-13 23:30:52 +01:00
Makefile examples: fix pkg-config detection with older make 2019-07-03 23:10:23 +02:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
parse_obj_list.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
parse_obj_list.h examples/cmdline: convert to SPDX license tag 2018-02-13 23:30:52 +01:00