FD_ZERO TCP UDP
Initialize/zero-clear a file descriptor set. See function NET_SOCK_DESC_INIT() for more information.
Files
net_bsd.h
Prototype
FD_ZERO(fdsetp);
Arguments
fdsetp
Pointer to descriptor set that will be initialized.
Returned Value
None.
Required Configuration
None.