Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 43) sorted by relevance

12

/components/lwp/arch/risc-v/rv64/
A Dlwp_gcc.S65 call lwp_fix_sp
95 call lwp_check_exit_request
98 call sys_exit
104 call lwp_thread_signal_catch
117 call arch_signal_ucontext_restore
152 call arch_signal_ucontext_save
282 call rt_thread_self
283 call lwp_user_setting_save
288 call syscall_handler
306 call rt_thread_self
[all …]
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppapi.c80 err = tcpip_api_call(pppapi_do_ppp_set_default, &PPPAPI_VAR_REF(msg).call); in pppapi_set_default()
114 err = tcpip_api_call(pppapi_do_ppp_set_notify_phase_callback, &PPPAPI_VAR_REF(msg).call); in pppapi_set_notify_phase_callback()
154 tcpip_api_call(pppapi_do_pppos_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppos_create()
199 tcpip_api_call(pppapi_do_pppoe_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppoe_create()
259 tcpip_api_call(pppapi_do_pppol2tp_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppol2tp_create()
293 err = tcpip_api_call(pppapi_do_ppp_connect, &PPPAPI_VAR_REF(msg).call); in pppapi_connect()
325 err = tcpip_api_call(pppapi_do_ppp_listen, &PPPAPI_VAR_REF(msg).call); in pppapi_listen()
358 err = tcpip_api_call(pppapi_do_ppp_close, &PPPAPI_VAR_REF(msg).call); in pppapi_close()
389 err = tcpip_api_call(pppapi_do_ppp_free, &PPPAPI_VAR_REF(msg).call); in pppapi_free()
422 err = tcpip_api_call(pppapi_do_ppp_ioctl, &PPPAPI_VAR_REF(msg).call); in pppapi_ioctl()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppapi.c80 err = tcpip_api_call(pppapi_do_ppp_set_default, &PPPAPI_VAR_REF(msg).call); in pppapi_set_default()
114 err = tcpip_api_call(pppapi_do_ppp_set_notify_phase_callback, &PPPAPI_VAR_REF(msg).call); in pppapi_set_notify_phase_callback()
154 tcpip_api_call(pppapi_do_pppos_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppos_create()
199 tcpip_api_call(pppapi_do_pppoe_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppoe_create()
259 tcpip_api_call(pppapi_do_pppol2tp_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppol2tp_create()
293 err = tcpip_api_call(pppapi_do_ppp_connect, &PPPAPI_VAR_REF(msg).call); in pppapi_connect()
325 err = tcpip_api_call(pppapi_do_ppp_listen, &PPPAPI_VAR_REF(msg).call); in pppapi_listen()
358 err = tcpip_api_call(pppapi_do_ppp_close, &PPPAPI_VAR_REF(msg).call); in pppapi_close()
389 err = tcpip_api_call(pppapi_do_ppp_free, &PPPAPI_VAR_REF(msg).call); in pppapi_free()
422 err = tcpip_api_call(pppapi_do_ppp_ioctl, &PPPAPI_VAR_REF(msg).call); in pppapi_ioctl()
/components/net/lwip/lwip-2.0.3/src/api/
A Dtcpip.c365 tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call) in tcpip_api_call() argument
370 err = fn(call); in tcpip_api_call()
377 err_t err = sys_sem_new(&call->sem, 0); in tcpip_api_call()
387 TCPIP_MSG_VAR_REF(msg).msg.api_call.arg = call; in tcpip_api_call()
392 TCPIP_MSG_VAR_REF(msg).msg.api_call.sem = &call->sem; in tcpip_api_call()
399 sys_sem_free(&call->sem); in tcpip_api_call()
402 return call->err; in tcpip_api_call()
A Dnetifapi.c156 err = tcpip_api_call(netifapi_do_netif_add, &API_VAR_REF(msg).call); in netifapi_netif_add()
193 err = tcpip_api_call(netifapi_do_netif_set_addr, &API_VAR_REF(msg).call); in netifapi_netif_set_addr()
216 err = tcpip_api_call(netifapi_do_netif_common, &API_VAR_REF(msg).call); in netifapi_netif_common()
/components/net/lwip/lwip-2.1.2/src/api/
A Dtcpip.c473 tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call) in tcpip_api_call() argument
478 err = fn(call); in tcpip_api_call()
485 err_t err = sys_sem_new(&call->sem, 0); in tcpip_api_call()
495 TCPIP_MSG_VAR_REF(msg).msg.api_call.arg = call; in tcpip_api_call()
500 TCPIP_MSG_VAR_REF(msg).msg.api_call.sem = &call->sem; in tcpip_api_call()
507 sys_sem_free(&call->sem); in tcpip_api_call()
510 return call->err; in tcpip_api_call()
A Dnetifapi.c253 err = tcpip_api_call(netifapi_do_netif_add, &API_VAR_REF(msg).call); in netifapi_netif_add()
290 err = tcpip_api_call(netifapi_do_netif_set_addr, &API_VAR_REF(msg).call); in netifapi_netif_set_addr()
313 err = tcpip_api_call(netifapi_do_netif_common, &API_VAR_REF(msg).call); in netifapi_netif_common()
341 err = tcpip_api_call(netifapi_do_name_to_index, &API_VAR_REF(msg).call); in netifapi_netif_name_to_index()
369 err = tcpip_api_call(netifapi_do_index_to_name, &API_VAR_REF(msg).call); in netifapi_netif_index_to_name()
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt94 In the lwIP initialisation sequence call snmp_init() just after
95 the call to udp_init().
98 snmp_inc_sysuptime(). You should call this from a timer interrupt
101 An alternative way to update the SNMP uptime timestamp is to do a call like
102 snmp_add_sysuptime(100) each 1000ms (which is bigger "step", but call to
103 a lower frequency). Another one is to not call snmp_inc_sysuptime() or
107 when it's queried (any function which need "sysuptime" have to call
168 (* we call this "expansion" but this also
A Drawapi.txt169 the connection to be properly setup. Instead, it will call the
184 TCP data is sent by enqueueing the data with a call to
186 host, the application will be notified with a call to a specified
209 The proper way to use this function is to call the function with at
228 application has taken the data, it has to call the tcp_recved()
256 if a call to tcp_write() has failed because memory wasn't available,
257 the application may use the polling functionality to call tcp_write()
414 Note: you must call tcp_fasttmr() and tcp_slowtmr() at the
453 Creates a new DHCP client for this interface on the first call.
454 Note: you must call dhcp_fine_tmr() and dhcp_coarse_tmr() at
[all …]
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcpip_priv.h108 typedef err_t (*tcpip_api_call_fn)(struct tcpip_api_call_data* call);
109 err_t tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call);
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcpip_priv.h110 typedef err_t (*tcpip_api_call_fn)(struct tcpip_api_call_data* call);
111 err_t tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call);
/components/net/lwip/lwip-1.4.1/src/
A DFILES2 you use the lowel-level call-back/raw API.
/components/net/lwip/lwip-2.0.3/src/
A DFILES2 you use the lowel-level call-back/raw API.
/components/net/lwip/lwip-2.1.2/src/
A DFILES2 you use the lowel-level call-back/raw API.
/components/net/lwip/lwip-2.0.3/doc/
A Dmdns.txt60 It is recommended to call this function after an IPv4 address has been set,
81 If this call returns successfully, the following queries will be answered:
100 If your device runs a webserver on port 80, an example call might be:
A Drawapi.txt190 the connection to be properly setup. Instead, it will call the
205 TCP data is sent by enqueueing the data with a call to
207 host, the application will be notified with a call to a specified
230 The proper way to use this function is to call the function with at
249 application has taken the data, it has to call the tcp_recved()
277 if a call to tcp_write() has failed because memory wasn't available,
278 the application may use the polling functionality to call tcp_write()
302 The pcb is deallocated by the TCP code after a call to tcp_close().
435 Creates a new DHCP client for this interface on the first call.
441 When the system is running, you have to periodically call
[all …]
A Dppp.txt334 * The listen call is meant for future support of PPPoE and PPPoL2TP server
336 * session before initiating PPP itself. We need this call because there is
356 * You can call this function at anytime.
372 * dead state (i.e. disconnected). You need to call ppp_close() before.
400 do that *BUT* you should NEVER call pppos_connect(), pppos_listen() and
407 * Fonction to call for received data
487 you have to call ppp_connect(), this way you can configure the session before
A Dmqtt_client.txt64 …/* Subscribe to a topic named "subtopic" with QoS level 1, call mqtt_sub_request_cb with result */
162 Simply call mqtt_disconnect(client)
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt334 * The listen call is meant for future support of PPPoE and PPPoL2TP server
336 * session before initiating PPP itself. We need this call because there is
356 * You can call this function at anytime.
372 * dead state (i.e. disconnected). You need to call ppp_close() before.
400 do that *BUT* you should NEVER call pppos_connect(), pppos_listen() and
407 * Fonction to call for received data
487 you have to call ppp_connect(), this way you can configure the session before
A Dmdns.txt81 If this call returns successfully, the following queries will be answered:
100 If your device runs a webserver on port 80, an example call might be:
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dpppapi.h101 struct tcpip_api_call_data call; member
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dpppapi.h101 struct tcpip_api_call_data call; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetifapi.h59 struct tcpip_api_call_data call; member
/components/drivers/usb/cherryusb/core/
A Dusbd_core.h95 #error USBD_IRQHandler is obsolete, please call USBD_IRQHandler(xxx) in your irq
/components/libc/cplusplus/
A DREADME.md11 4. Static class variables are discouraged. The time and place to call their constructor function co…

Completed in 23 milliseconds

12