Lines Matching full:param
449 * @param pcb the connection pcb which is not fully accepted yet
472 * @param pcb the connection pcb which is now fully accepted (or closed/aborted)
501 * @param pcb the tcp_pcb to close
637 * @param pcb the tcp_pcb to close
666 * @param pcb PCB to shutdown
667 * @param shut_rx shut down receive side if this is != 0
668 * @param shut_tx shut down send side if this is != 0
717 * @param pcb the tcp_pcb to abort
718 * @param reset boolean to indicate whether a reset should be sent
793 * @param pcb the tcp pcb to abort
810 * @param pcb the tcp_pcb to bind (no check is done whether this pcb is
812 * @param ipaddr the local ip address to bind to (use IPx_ADDR_ANY to bind
814 * @param port the local port to bind to
922 * @param pcb the tcp_pcb to bind.
923 * @param netif the netif to bind to. Can be NULL.
979 * @param pcb the original tcp_pcb
980 * @param backlog the incoming connections queue limit
1001 * @param pcb the original tcp_pcb
1002 * @param backlog the incoming connections queue limit
1003 * @param err when NULL is returned, this contains the error reason
1130 * @param pcb the tcp_pcb for which data is read
1131 * @param len the amount of bytes that have been read by the application
1223 * @param pcb the tcp_pcb used to establish the connection
1224 * @param ipaddr the remote ip address to connect to
1225 * @param port the remote tcp port to connect to
1226 * @param connected callback function to call when connected (on error,
1783 * @param seg tcp_seg list of TCP segments to free
1798 * @param seg single tcp_seg to free
1818 * @param pcb the tcp_pcb to manipulate
1819 * @param prio new priority
1836 * @param seg the old tcp_seg
1881 * @param prio minimum priority
2008 * @param prio priority for the new pcb
2136 * @param type IP address type, see @ref lwip_ip_addr_type definitions.
2164 * @param pcb tcp_pcb to set the callback argument
2165 * @param arg void pointer argument to pass to callback functions
2187 * @param pcb tcp_pcb to set the recv callback
2188 * @param recv callback function to call for this pcb when data is received
2207 * @param pcb tcp_pcb to set the sent callback
2208 * @param sent callback function to call for this pcb when data is successfully sent
2232 * @param pcb tcp_pcb to set the err callback
2233 * @param err callback function to call for this pcb when a fatal error
2252 * @param pcb tcp_pcb to set the accept callback
2253 * @param accept callback function to call for this pcb when LISTENing
2305 * @param pcb tcp_pcb to purge. The pcb itself is not deallocated!
2354 * @param pcblist PCB list to purge.
2355 * @param pcb tcp_pcb to purge. The pcb itself is NOT deallocated!
2508 * @param old_addr IP address of the netif before change
2509 * @param new_addr IP address of the netif after change or NULL if netif has been removed
2583 * @param tcphdr pointer to a struct tcp_hdr
2619 * @param s enum tcp_state to print
2630 * @param flags tcp flags, all active flags are printed
2770 * @param pcb tcp_pcb for which to set the callback
2771 * @param id ext_args index to set (allocated via @ref tcp_ext_arg_alloc_id)
2772 * @param callbacks callback table (const since it is referenced, not copied!)
2790 * @param pcb tcp_pcb for which to set the data
2791 * @param id ext_args index to set (allocated via @ref tcp_ext_arg_alloc_id)
2792 * @param arg data pointer to set
2808 * @param pcb tcp_pcb for which to set the data
2809 * @param id ext_args index to set (allocated via @ref tcp_ext_arg_alloc_id)