Lines Matching full:param
464 * @param fd externally used socket index
483 * @param fd externally used socket index
503 * @param newconn the netconn for which to allocate a socket
504 * @param accepted 1 if socket has been created by accept(),
551 * @param sock the socket to free
552 * @param is_tcp != 0 for TCP sockets, used to free lastdata
553 * @param conn the socekt's netconn is stored here, must be freed externally
554 * @param lastdata lastdata is stored here, must be freed externally
599 * @param sock the socket to free
600 * @param is_tcp != 0 for TCP sockets, used to free lastdata
906 * @param s the socket to set to listening mode
907 * @param backlog (ATTENTION: needs TCP_LISTEN_BACKLOG=1)
1895 * @param maxfdp1 the highest socket index in the sets
1896 * @param readset_in set of sockets to check for read events
1897 * @param writeset_in set of sockets to check for write events
1898 * @param exceptset_in set of sockets to check for error events
1899 * @param readset_out set of sockets that had read events
1900 * @param writeset_out set of sockets that had write events
1901 * @param exceptset_out set os sockets that had error events
2264 * @param fds array of structures to update
2265 * @param nfds number of structures in fds
2266 * @param opts what to update and how