Lines Matching full:only
7 * Thread-safe, to be called from non-TCPIP threads only.
15 * @defgroup netconn_tcp TCP only
17 * TCP only functions
19 * @defgroup netconn_udp UDP only
21 * UDP only functions
403 * Disconnect a netconn from its current peer (only valid for UDP netconns).
429 * @param backlog the listen backlog, only used if TCP_LISTEN_BACKLOG==1
486 send/recv/getsockopt(SO_ERROR) only, we return it for listening in netconn_accept()
553 /* don't set conn->last_err: it's only ERR_OK, anyway */ in netconn_accept()
569 * @param apiflags flags that control function behaviour. For now only:
570 * - NETCONN_DONTBLOCK: only read data that is available now, don't wait for more data
671 /* don't set conn->last_err: it's only ERR_OK, anyway */ in netconn_recv_data()
713 /* This only happens when calling this function more than once *after* receiving FIN */ in netconn_recv_data_tcp()
764 /* Don' store ERR_CLSD as conn->err since we are only half-closed */ in netconn_recv_data_tcp()
796 * @param apiflags flags that control function behaviour. For now only:
797 * - NETCONN_DONTBLOCK: only read data that is available now, don't wait for more data
835 * @param apiflags flags that control function behaviour. For now only:
836 * - NETCONN_DONTBLOCK: only read data that is available now, don't wait for more data
896 /* don't set conn->last_err: it's only ERR_OK, anyway */ in netconn_recv()
913 * Only to be used for UDP and RAW netconns (not TCP).
969 * - NETCONN_DONTBLOCK: only write the data if all data can be written at once
992 * - NETCONN_DONTBLOCK: only write the data if all data can be written at once
1085 * @param how fully close or only shutdown one side?
1259 * Execute a DNS query, only one IP address is returned
1350 /* call alloc only once */
1361 /* call free only once */