Kconfig 270 B

1234567891011
  1. menuconfig RTT_POSIX_TESTCASE_ARPA_INET_H
  2. bool "<arpa/inet.h>"
  3. default n
  4. if RTT_POSIX_TESTCASE_ARPA_INET_H
  5. config ARPA_INET_H_INTERFACE
  6. bool "<arpa/inet.h> -> htonl, htons, ntohl, ntohs, inet_addr, inet_ntoa, inet_ntop, inet_pton"
  7. default n
  8. endif