Home
last modified time | relevance | path

Searched full:call (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dpppapi.c55 * Call ppp_set_default() inside the tcpip_thread context.
69 * Call ppp_set_default() in a thread-safe way by running that function inside the
80 err = tcpip_api_call(pppapi_do_ppp_set_default, &PPPAPI_VAR_REF(msg).call); in pppapi_set_default()
88 * Call ppp_set_notify_phase_callback() inside the tcpip_thread context.
102 * Call ppp_set_notify_phase_callback() in a thread-safe way by running that function inside the
114 err = tcpip_api_call(pppapi_do_ppp_set_notify_phase_callback, &PPPAPI_VAR_REF(msg).call); in pppapi_set_notify_phase_callback()
123 * Call pppos_create() inside the tcpip_thread context.
138 * Call pppos_create() in a thread-safe way by running that function inside the
154 tcpip_api_call(pppapi_do_pppos_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppos_create()
164 * Call pppoe_create() inside the tcpip_thread context.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dpppapi.c55 * Call ppp_set_default() inside the tcpip_thread context.
69 * Call ppp_set_default() in a thread-safe way by running that function inside the
80 err = tcpip_api_call(pppapi_do_ppp_set_default, &PPPAPI_VAR_REF(msg).call); in pppapi_set_default()
88 * Call ppp_set_notify_phase_callback() inside the tcpip_thread context.
102 * Call ppp_set_notify_phase_callback() in a thread-safe way by running that function inside the
114 err = tcpip_api_call(pppapi_do_ppp_set_notify_phase_callback, &PPPAPI_VAR_REF(msg).call); in pppapi_set_notify_phase_callback()
123 * Call pppos_create() inside the tcpip_thread context.
138 * Call pppos_create() in a thread-safe way by running that function inside the
154 tcpip_api_call(pppapi_do_pppos_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppos_create()
164 * Call pppoe_create() inside the tcpip_thread context.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dtcpip.c115 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: API CALL message %p\n", (void *)msg)); in tcpip_thread()
166 * @param input_fn input function to call
203 * ethernet_input or ip_input. Don't call directly, pass to netif_add()
204 * and call netif->input().
223 * Call a specific function in the thread context of
228 * @param function the function to call
261 * call sys_timeout in tcpip_thread
289 * call sys_untimeout in tcpip_thread
317 * Sends a message to TCPIP thread to call a function. Caller thread blocks on
358 * If not, a semaphore is created and destroyed on every call which is usually
[all …]
H A Dnetifapi.c55 * Call netif_add() inside the tcpip_thread context.
81 * Call netif_set_addr() inside the tcpip_thread context.
99 * Call the "errtfunc" (or the "voidfunc" if "errtfunc" is NULL) inside the
119 * Call netif_add() in a thread-safe way by running that function inside the
156 err = tcpip_api_call(netifapi_do_netif_add, &API_VAR_REF(msg).call); in netifapi_netif_add()
164 * Call netif_set_addr() in a thread-safe way by running that function inside the
193 err = tcpip_api_call(netifapi_do_netif_set_addr, &API_VAR_REF(msg).call); in netifapi_netif_set_addr()
200 * call the "errtfunc" (or the "voidfunc" if "errtfunc" is NULL) in a thread-safe
216 err = tcpip_api_call(netifapi_do_netif_common, &API_VAR_REF(msg).call); in netifapi_netif_common()
/nrf52832-nimble/rt-thread/libcpu/avr32/uc3/
H A Dexception_gcc.S182 // Supervisor Call.
190 // All interrupts call a C function named _get_interrupt_handler.
198 call _get_interrupt_handler
201 call rt_interrupt_enter
203 call rt_interrupt_leave
220 call _get_interrupt_handler
223 call rt_interrupt_enter
225 call rt_interrupt_leave
242 call _get_interrupt_handler
245 call rt_interrupt_enter
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dtcpip.c165 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: API CALL message %p\n", (void *)msg)); in tcpip_thread_handle_msg()
237 * @param input_fn input function to call
274 * ethernet_input or ip_input. Don't call directly, pass to netif_add()
275 * and call netif->input().
295 * Call a specific function in the thread context of
302 * @param function the function to call
330 * Call a specific function in the thread context of
338 * @param function the function to call
369 * call sys_timeout in tcpip_thread
397 * call sys_untimeout in tcpip_thread
[all …]
H A Dnetifapi.c58 * 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
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dpppol2tp.h80 /* Call Management */
81 #define PPPOL2TP_MESSAGETYPE_OCRQ 7 /* Outgoing Call Request */
82 #define PPPOL2TP_MESSAGETYPE_OCRP 8 /* Outgoing Call Reply */
83 #define PPPOL2TP_MESSAGETYPE_OCCN 9 /* Outgoing Call Connected */
84 #define PPPOL2TP_MESSAGETYPE_ICRQ 10 /* Incoming Call Request */
85 #define PPPOL2TP_MESSAGETYPE_ICRP 11 /* Incoming Call Reply */
86 #define PPPOL2TP_MESSAGETYPE_ICCN 12 /* Incoming Call Connected */
87 #define PPPOL2TP_MESSAGETYPE_CDN 14 /* Call Disconnect Notify */
140 /* -- AVP - Call serial number */
141 #define PPPOL2TP_AVPTYPE_CALLSERIALNUMBER 15 /* Call Serial Number */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppol2tp.h84 /* Call Management */
85 #define PPPOL2TP_MESSAGETYPE_OCRQ 7 /* Outgoing Call Request */
86 #define PPPOL2TP_MESSAGETYPE_OCRP 8 /* Outgoing Call Reply */
87 #define PPPOL2TP_MESSAGETYPE_OCCN 9 /* Outgoing Call Connected */
88 #define PPPOL2TP_MESSAGETYPE_ICRQ 10 /* Incoming Call Request */
89 #define PPPOL2TP_MESSAGETYPE_ICRP 11 /* Incoming Call Reply */
90 #define PPPOL2TP_MESSAGETYPE_ICCN 12 /* Incoming Call Connected */
91 #define PPPOL2TP_MESSAGETYPE_CDN 14 /* Call Disconnect Notify */
144 /* -- AVP - Call serial number */
145 #define PPPOL2TP_AVPTYPE_CALLSERIALNUMBER 15 /* Call Serial Number */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DMake_vms.com69 $ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" -
71 $ CALL MAKE compress.OBJ "CC ''CCOPT' compress" -
73 $ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" -
75 $ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" -
77 $ CALL MAKE gzio.OBJ "CC ''CCOPT' gzio" -
79 $ CALL MAKE infback.OBJ "CC ''CCOPT' infback" -
81 $ CALL MAKE inffast.OBJ "CC ''CCOPT' inffast" -
83 $ CALL MAKE inflate.OBJ "CC ''CCOPT' inflate" -
85 $ CALL MAKE inftrees.OBJ "CC ''CCOPT' inftrees" -
87 $ CALL MAKE trees.OBJ "CC ''CCOPT' trees" -
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H 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
H 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
200 the PSH flag is set in the last segment created by this call to tcp_write.
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()
281 The pcb is deallocated by the TCP code after a call to tcp_close().
374 Call these functions in the order of appearance:
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dtcpip.c200 * Call a specific function in the thread context of
205 * @param f the function to call
239 * call sys_timeout in tcpip_thread
268 * call sys_untimeout in tcpip_thread
298 * Call the lower part of a netconn_* function
302 * @param apimsg a struct containing the function to call and its parameters
326 * Call the lower part of a netconn_* function
330 * @param apimsg a struct containing the function to call and its parameters
356 * @param netifapimsg a struct containing the function to call and its parameters
382 * Call the lower part of a netifapi_* function
[all …]
H A Dnetifapi.c42 * Call netif_add() inside the tcpip_thread context.
62 * Call netif_set_addr() inside the tcpip_thread context.
76 * Call the "errtfunc" (or the "voidfunc" if "errtfunc" is NULL) inside the
92 * Call netif_add() in a thread-safe way by running that function inside the
120 * Call netif_set_addr() in a thread-safe way by running that function inside the
142 * call the "errtfunc" (or the "voidfunc" if "errtfunc" is NULL) in a thread-safe
/nrf52832-nimble/rt-thread/components/libc/aio/
H A Dposix_aio.c84 * call to aio_fsync(). The function call shall return when the synchronization
89 * as if by a call to fdatasync(); that is, as defined for synchronized I/O data
93 * as if by a call to fsync(); that is, as defined for synchronized I/O file integrity
99 * of the call to aio_fsync() that is guaranteed to be forced to the relevant
182 * function call shall return when the read request has been initiated or queued
195 * encountered during queuing, the function call shall return without having
199 * whence equal to SEEK_SET. After a successful call to enqueue an asynchronous
248 * read(), write(), or fsync() function call. If the error status for the operation
252 * is used in a call to aio_return() or aio_error(), an error may be returned.
277 * at the time of the call, the function shall return without suspending the
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h54 (providing more output space) before each call.
255 processing will resume at this point for the next call of deflate().
263 Before the call of deflate(), the application should ensure that at least
266 should never be zero before the call. The application can consume the
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
279 avail_in is zero after the call if enough output space has been provided
280 before the call.) Flushing may degrade compression for some compression
350 accordingly; otherwise the allocation will be deferred to the first call of
376 will resume at this point for the next call of inflate().
383 Before the call of inflate(), the application should ensure that at least
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h54 (providing more output space) before each call.
255 processing will resume at this point for the next call of deflate().
263 Before the call of deflate(), the application should ensure that at least
266 should never be zero before the call. The application can consume the
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
279 avail_in is zero after the call if enough output space has been provided
280 before the call.) Flushing may degrade compression for some compression
350 accordingly; otherwise the allocation will be deferred to the first call of
376 will resume at this point for the next call of inflate().
383 Before the call of inflate(), the application should ensure that at least
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Dpt-doc.txt21 for the piece of code before the blocking call and one for the code
22 after the blocking call. This makes it hard to use control structures
33 blocking call, <b>local variables are not preserved when the
104 other functions. A protothread may call normal C functions, but cannot
123 call, local variables are not preserved when the protothread
138 particular place in the program, but does not provide any call history
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dapi.h116 /** UDP IPv6 (dual-stack by default, unless you call @ref netconn_set_ipv6only) */
118 /** UDP IPv6 lite (dual-stack by default, unless you call @ref netconn_set_ipv6only) */
120 /** UDP IPv6 no checksum (dual-stack by default, unless you call @ref netconn_set_ipv6only) */
127 /** Raw connection IPv6 (dual-stack by default, unless you call @ref netconn_set_ipv6only) */
153 …* connections, you need to know in advance whether a call to a netconn function call would block o…
156 * RCVPLUS events say: Safe to perform a potentially blocking call call once more.
158 * to call netconn_accept 3 times without being blocked.
161 * RCVMINUS events say: Your call to to a possibly blocking function is "acknowledged".
166 * A SENDMINUS event occurs when the next call to a netconn_send() would be blocking.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H 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
221 the PSH flag is set in the last segment created by this call to tcp_write.
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().
384 Call these functions in the order of appearance:
[all …]
H A Dmdns.txt43 Call mdns_resp_init() during system initialization.
60 It is recommended to call this function after an IPv4 address has been set,
63 Call mdns_resp_netif_settings_changed() every time the IP address
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:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h155 * @param cb The function to call to report procedure status
170 * @param cb The function to call to report procedure status
184 * @param cb The function to call to report procedure status
203 * @param cb The function to call to report procedure status
223 * @param cb The function to call to report procedure status
245 * @param cb The function to call to report procedure status
265 * @param cb The function to call to report procedure status
282 * @param cb The function to call to report procedure status
301 * @param cb The function to call to report procedure status
318 * @param cb The function to call to report procedure status
[all …]
/nrf52832-nimble/rt-thread/examples/test/
H A Ddhry_2.c67 /* first call: Int_1_Par_Val == 2, Int_2_Par_Val == 3, */ in Proc_7()
69 /* second call: Int_1_Par_Val == 10, Int_2_Par_Val == 5, */ in Proc_7()
71 /* third call: Int_1_Par_Val == 6, Int_2_Par_Val == 10, */ in Proc_7()
112 /* first call: Ch_1_Par_Val == 'H', Ch_2_Par_Val == 'R' */ in Func_1()
113 /* second call: Ch_1_Par_Val == 'A', Ch_2_Par_Val == 'C' */ in Func_1()
114 /* third call: Ch_1_Par_Val == 'B', Ch_2_Par_Val == 'C' */ in Func_1()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dmdns.txt43 Call mdns_resp_init() during system initialization.
60 Call mdns_resp_announce() every time the IP address on the netif has changed.
62 Call mdns_resp_restart() every time the network interface comes up after being
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:
/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_vm.c24 /* syscall list, for dynamic system call register */
50 /* call op function */ in finsh_vm_run()
82 struct finsh_syscall* finsh_syscall_next(struct finsh_syscall* call) in finsh_syscall_next() argument
85 ptr = (unsigned int*) (call + 1); in finsh_syscall_next()
92 struct finsh_sysvar* finsh_sysvar_next(struct finsh_sysvar* call) in finsh_sysvar_next() argument
95 ptr = (unsigned int*) (call + 1); in finsh_sysvar_next()

12345678910>>...20