Lines Matching refs:function
60 function instead of only checking for one VLAN (define ETHARP_VLAN_CHECK_FN)
323 * dhcp.c/.h: Added a function to deallocate the struct dhcp from a netif
371 * ip.c: Inline generating IP checksum to save a function call
383 etharp_query to prevent unnecessary function calls (inspired by
410 by not allocating a netbuf): added function netconn_recv_tcp_pbuf()
411 for tcp netconns to receive pbufs, not netbufs; use that function
459 * timers.c/.h: Added function sys_restart_timeouts() from patch #7085
475 * netif.h: Added function-like macros to get/set the hostname on a netif
684 * timers.c remove unportable printing of C function pointers
827 * mem.h: Fixed bug #28866 (mem_realloc function defined in mem.h)
918 * ...: Use typedef for function prototypes throughout the stack.
982 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
1100 function" by checking for loopback before calling ip_frag
1154 as an external function for lookup.
1242 * tcp.h: BUG26879: set ret value in TCP_EVENT macros when function is not set
1337 * ip.c, ip6.c, tcp_out.c, ip.h: patch #6808: Add a utility function
1362 * tcp.h: Patch#6802 Add do-while-clauses to those function like
1395 by moving accept callback function pointer to TCP_PCB_COMMON
1473 passing as function pointers when MEM_LIBC_MALLOC is defined.
1525 * tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task #7490
1542 The new sys_mbox_trypost function return a value to know if the mailbox is
1544 This new function is used in tcpip_input (so, can be called in an interrupt
1545 context since the function is not blocking), and in recv_udp and recv_raw.
1583 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"
1626 dns resolver function for netconn api (netconn_gethostbyname) and socket api
1684 * netifapi.h, netifapi.c: add function netifapi_netif_set_default. Change the
1685 common function to reduce a little bit the footprint (for all functions using
1690 netifapi_autoip_start and netifapi_autoip_stop. Use a common function to reduce
1756 the netif's "init" function). Use the "imr_interface" field (for socket layer)
1777 * Add init.h, init.c, Change opt.h, tcpip.c: Task #7213 "Add a lwip_init function"
1778 Add lwip_init function to regroup all modules initializations, and to provide
1781 and add init.c in their makefiles. Note that lwip_init() function is called
1793 Add a netif_is_link_up() function if LWIP_NETIF_LINK_CALLBACK option is set.
1802 name is tcpip_input (we keep the name of 1.2.0 function).
1844 making netbuf_copy_partial use this function.
1916 directly as netif->output to save one function call.
1951 Include a function pointer instead of a table index in the message to reduce
1965 situations where some compilers might inline the copy and save a function
1981 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
1986 * sys.h, api_lib.c: Provide new sys_mbox_tryfetch function. Require ports to provide new
1987 sys_arch_mbox_tryfetch function to get a message if one is there, otherwise return
1988 with SYS_MBOX_EMPTY. sys_arch_mbox_tryfetch can be implemented as a function-like macro
2021 is done in tcpip_init function.
2038 filter per all network interfaces. Declare a new function in netif to enable to
2069 lwip_socket_init() function.
2168 * udp.h, udp.c, dhcp.c: Implemented new function udp_sendto_if which takes the
2219 lwip_getsockname use now a common lwip_getaddrname function since
2385 * udp.c: udp_input(): Input pbuf was not freed if pcb had no recv function
2421 which parameters are used by which do_xxx function, and to avoid "misusing"
2517 * api_msg.c: add a "pcb_new" helper function to avoid redundant code, and to add
2587 * memp.h, stats.c: Fix stats_display function where memp_names table wasn't
2604 * Remove unimplemented "memp_realloc" function from memp.h.
3039 or similar function.
3078 to avoid conflicts with the time() function.
3084 * A new TCP function, tcp_tmr(), now handles both TCP timers.
3091 * The address of new connections in the accept() function in the BSD
3297 * The API now has proper error handling. A new function,
3302 keeps a pointer to the lowest free memory block. A new function,