Lines Matching defs:a
185 * when transmitting a datagram through a particular network. Several
188 * by accepting only traffic above a certain precedence at time of high
189 * load). The major choice is a three way tradeoff between low-delay,
207 * within a network only. The actual use and control of that
211 * a particular network, it is the responsibility of that network to
346 #define accept(a,b,c) lwip_accept(a,b,c)
347 #define bind(a,b,c) lwip_bind(a,b,c)
348 #define shutdown(a,b) lwip_shutdown(a,b)
350 #define connect(a,b,c) lwip_connect(a,b,c)
351 #define getsockname(a,b,c) lwip_getsockname(a,b,c)
352 #define getpeername(a,b,c) lwip_getpeername(a,b,c)
353 #define setsockopt(a,b,c,d,e) lwip_setsockopt(a,b,c,d,e)
354 #define getsockopt(a,b,c,d,e) lwip_getsockopt(a,b,c,d,e)
355 #define listen(a,b) lwip_listen(a,b)
356 #define recv(a,b,c,d) lwip_recv(a,b,c,d)
357 #define recvfrom(a,b,c,d,e,f) lwip_recvfrom(a,b,c,d,e,f)
358 #define send(a,b,c,d) lwip_send(a,b,c,d)
359 #define sendto(a,b,c,d,e,f) lwip_sendto(a,b,c,d,e,f)
360 #define socket(a,b,c) lwip_socket(a,b,c)
361 #define select(a,b,c,d,e) lwip_select(a,b,c,d,e)
362 #define ioctlsocket(a,b,c) lwip_ioctl(a,b,c)
365 #define read(a,b,c) lwip_read(a,b,c)
366 #define write(a,b,c) lwip_write(a,b,c)
368 #define fcntl(a,b,c) lwip_fcntl(a,b,c)