Found 13 other functions taking a
SockAddr
argument:
Overloads operator `==` to evaluate whether or not two `SockAddr` instances are equal (same address and port number).
Establishes a secure session. For CoAP Secure API do first: Set X509 Pk and Cert for use DTLS mode ECDHE ECDSA with AES 128 CCM 8 or set PreShared Key for use DTLS mode PSK with AES 128 CCM 8.
Initializes DTLS session with a peer.
Binds the TCP endpoint to an IP address and port. @sa otTcpBind
Records the remote host and port for this connection. By default TCP Fast Open is used. This means that this function merely records the remote host and port, and that the TCP connection establishment handshake only happens on the first call to otTcpSendByReference(). TCP Fast Open can be explicitly disabled using @p aFlags, in which case the TCP connection establishment handshake is initiated immediately. @sa otTcpConnect
Causes incoming TCP connections that match the specified IP address and port to trigger this TCP listener's callbacks. @sa otTcpListen
Automatically selects a local address and/or port for communication with the specified peer.