Skip to content

Network Interfaces

NuttX supports a BSD-compatible socket interface layer. These socket interface can be enabled by settings in the architecture configuration file. Those socket APIs are discussed in the following paragraphs.

  • :csocket
  • :cbind
  • :cconnect
  • :clisten
  • :caccept
  • :csend
  • :csendto
  • :crecv
  • :crecvfrom
  • :csetsockopt
  • :cgetsockopt