Lines Matching refs:function
347 * tcp.h/.c: added function tcp_listen_with_backlog_and_err() to get the error
478 counters are kept in MIB2_STATS, tree/table change function prototypes moved to
486 (use NETIF_SET_CHECKSUM_CTRL() in your netif's init function)
494 to a routing function
530 * netif.h/.c: patch #8359 (Provide utility function to add an IPv6 address to
643 with VLAN headers via hook function LWIP_HOOK_VLAN_SET and to check them
644 via hook function LWIP_HOOK_VLAN_CHECK
709 - Now initializing PPP in lwip_init() function.
845 * timers.c: patch #8704 fix sys_timeouts_sleeptime function
952 * tcpip.c: fixed bug #43094 "The function tcpip_input() forget to handle IPv6"
1028 tcp_input function
1077 renamed function netif_matches_ip6_addr() to netif_get_ip6_addr_match()
1093 * sockets.c: fixed bug #39882 No function shall set errno to 0
1249 function instead of only checking for one VLAN (define ETHARP_VLAN_CHECK_FN)
1512 * dhcp.c/.h: Added a function to deallocate the struct dhcp from a netif
1560 * ip.c: Inline generating IP checksum to save a function call
1572 etharp_query to prevent unnecessary function calls (inspired by
1599 by not allocating a netbuf): added function netconn_recv_tcp_pbuf()
1600 for tcp netconns to receive pbufs, not netbufs; use that function
1648 * timers.c/.h: Added function sys_restart_timeouts() from patch #7085
1664 * netif.h: Added function-like macros to get/set the hostname on a netif
1873 * timers.c remove unportable printing of C function pointers
2016 * mem.h: Fixed bug #28866 (mem_realloc function defined in mem.h)
2107 * ...: Use typedef for function prototypes throughout the stack.
2171 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
2289 function" by checking for loopback before calling ip_frag
2343 as an external function for lookup.
2431 * tcp.h: BUG26879: set ret value in TCP_EVENT macros when function is not set
2526 * ip.c, ip6.c, tcp_out.c, ip.h: patch #6808: Add a utility function
2551 * tcp.h: Patch#6802 Add do-while-clauses to those function like
2584 by moving accept callback function pointer to TCP_PCB_COMMON
2662 passing as function pointers when MEM_LIBC_MALLOC is defined.
2714 * tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task #7490
2731 The new sys_mbox_trypost function return a value to know if the mailbox is
2733 This new function is used in tcpip_input (so, can be called in an interrupt
2734 context since the function is not blocking), and in recv_udp and recv_raw.
2772 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"
2815 dns resolver function for netconn api (netconn_gethostbyname) and socket api
2873 * netifapi.h, netifapi.c: add function netifapi_netif_set_default. Change the
2874 common function to reduce a little bit the footprint (for all functions using
2879 netifapi_autoip_start and netifapi_autoip_stop. Use a common function to reduce
2945 the netif's "init" function). Use the "imr_interface" field (for socket layer)
2966 * Add init.h, init.c, Change opt.h, tcpip.c: Task #7213 "Add a lwip_init function"
2967 Add lwip_init function to regroup all modules initializations, and to provide
2970 and add init.c in their makefiles. Note that lwip_init() function is called
2982 Add a netif_is_link_up() function if LWIP_NETIF_LINK_CALLBACK option is set.
2991 name is tcpip_input (we keep the name of 1.2.0 function).
3033 making netbuf_copy_partial use this function.
3105 directly as netif->output to save one function call.
3140 Include a function pointer instead of a table index in the message to reduce
3154 situations where some compilers might inline the copy and save a function
3170 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
3175 * sys.h, api_lib.c: Provide new sys_mbox_tryfetch function. Require ports to provide new
3176 sys_arch_mbox_tryfetch function to get a message if one is there, otherwise return
3177 with SYS_MBOX_EMPTY. sys_arch_mbox_tryfetch can be implemented as a function-like macro
3210 is done in tcpip_init function.
3227 filter per all network interfaces. Declare a new function in netif to enable to
3258 lwip_socket_init() function.
3357 * udp.h, udp.c, dhcp.c: Implemented new function udp_sendto_if which takes the
3408 lwip_getsockname use now a common lwip_getaddrname function since
3574 * udp.c: udp_input(): Input pbuf was not freed if pcb had no recv function
3610 which parameters are used by which do_xxx function, and to avoid "misusing"
3706 * api_msg.c: add a "pcb_new" helper function to avoid redundant code, and to add
3776 * memp.h, stats.c: Fix stats_display function where memp_names table wasn't
3793 * Remove unimplemented "memp_realloc" function from memp.h.
4228 or similar function.
4267 to avoid conflicts with the time() function.
4273 * A new TCP function, tcp_tmr(), now handles both TCP timers.
4280 * The address of new connections in the accept() function in the BSD
4486 * The API now has proper error handling. A new function,
4491 keeps a pointer to the lowest free memory block. A new function,