Lines Matching full:call
58 * Call netif_add() inside the tcpip_thread context.
84 * Call netif_set_addr() inside the tcpip_thread context.
102 * Call netif_name_to_index() inside the tcpip_thread context.
116 * Call netif_index_to_name() inside the tcpip_thread context.
133 * Call the "errtfunc" (or the "voidfunc" if "errtfunc" is NULL) inside the
216 * Call netif_add() in a thread-safe way by running that function inside the
253 err = tcpip_api_call(netifapi_do_netif_add, &API_VAR_REF(msg).call); in netifapi_netif_add()
261 * Call netif_set_addr() in a thread-safe way by running that function inside the
290 err = tcpip_api_call(netifapi_do_netif_set_addr, &API_VAR_REF(msg).call); in netifapi_netif_set_addr()
297 * call the "errtfunc" (or the "voidfunc" if "errtfunc" is NULL) in a thread-safe
313 err = tcpip_api_call(netifapi_do_netif_common, &API_VAR_REF(msg).call); in netifapi_netif_common()
320 * Call netif_name_to_index() in a thread-safe way by running that function inside the
341 err = tcpip_api_call(netifapi_do_name_to_index, &API_VAR_REF(msg).call); in netifapi_netif_name_to_index()
351 * Call netif_index_to_name() in a thread-safe way by running that function inside the
369 err = tcpip_api_call(netifapi_do_index_to_name, &API_VAR_REF(msg).call); in netifapi_netif_index_to_name()