Embedded TCP/IP stack
4.7.0
|
fnet_bool_t fnet_socket_addr_is_multicast | ( | const struct fnet_sockaddr * | addr | ) |
Determines, if socket address is multicast.
addr | Socket address. |
FNET_TRUE
if the address is multicast.FNET_FALSE
if the address is not multicast.This function determines if the socket address is multicast or not.