Lines Matching full:use
5 * Redistribution and use in source and binary forms, with or without modification,
21 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
39 #if LWIP_SOCKET /* don't build if not configured for use in lwipopts.h */
83 #define SO_DONTROUTE 0x0010 /* Unimplemented: just use interface addresses */
131 /* Flags we can use with send and recv. */
151 #define TCP_KEEPIDLE 0x03 /* set pcb->keep_idle - Same as TCP_KEEPALIVE, but use seconds for …
152 #define TCP_KEEPINTVL 0x04 /* set pcb->keep_intvl - Use seconds for get/setsockopt */
153 #define TCP_KEEPCNT 0x05 /* set pcb->keep_cnt - Use number of probes sent for get/setsockop…
191 * The use of the Delay, Throughput, and Reliability indications may
207 * within a network only. The actual use and control of that
209 * designation is intended for use by gateway control originators only.
210 * If the actual use of these precedence designations is of concern to
212 * control the access to, and use of, those precedence designations.
306 /** LWIP_TIMEVAL_PRIVATE: if you want to use the struct timeval provided