Home
last modified time | relevance | path

Searched refs:context (Results 1 – 22 of 22) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dpppcrypt.h54 #define lwip_md4_init(context) argument
58 #define lwip_md4_free(context) argument
62 #define lwip_md5_init(context) argument
66 #define lwip_md5_free(context) argument
70 #define lwip_sha1_init(context) argument
74 #define lwip_sha1_free(context) argument
78 #define lwip_des_init(context) argument
81 #define lwip_des_free(context) argument
85 #define lwip_arc4_init(context) argument
88 #define lwip_arc4_free(context) argument
[all …]
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dpppcrypt.h58 #define lwip_md4_init(context) argument
62 #define lwip_md4_free(context) argument
66 #define lwip_md5_init(context) argument
70 #define lwip_md5_free(context) argument
74 #define lwip_sha1_init(context) argument
78 #define lwip_sha1_free(context) argument
82 #define lwip_des_init(context) argument
85 #define lwip_des_free(context) argument
89 #define lwip_arc4_init(context) argument
92 #define lwip_arc4_free(context) argument
[all …]
/components/lwp/arch/x86/i386/
A Dlwp_arch.c266 rt_hw_context_t *context = (rt_hw_context_t *) (((rt_uint32_t *)frame) - HW_CONTEXT_MEMBER_NR); in arch_set_thread_context() local
267context->eip = (void *)exit_addr; /* when thread started, jump to intr exit for enter user mode… in arch_set_thread_context()
268 context->ebp = context->ebx = context->esi = context->edi = 0; in arch_set_thread_context()
274 *thread_sp = (void *)&context->ebp; in arch_set_thread_context()
/components/drivers/include/drivers/
A Dserial_dm.h24 for (char *context = (arg = (typeof(arg))args, (void *)RT_NULL), \
26 (arg = strtok_r(arg, ",", &context)) && arg < context_end; \
A Dusb_host.h161 void *context; member
A Dusb_common.h242 typedef void (*func_callback)(void *context);
/components/drivers/serial/
A Dserial_tty.c171 struct serial_tty_context *context = tty_softc(tp); in serial_tty_outwakeup() local
174 if (!context || !context->parent) in serial_tty_outwakeup()
180 device = context->parent; in serial_tty_outwakeup()
/components/net/lwip/lwip-2.1.2/src/netif/
A Dlowpan6_ble.c300 rfc7668_set_context(u8_t idx, const ip6_addr_t *context) in rfc7668_set_context() argument
308 ip6_addr_set(&rfc7668_context[idx], context); in rfc7668_set_context()
312 LWIP_UNUSED_ARG(context); in rfc7668_set_context()
A Dlowpan6.c499 lowpan6_set_context(u8_t idx, const ip6_addr_t *context) in lowpan6_set_context() argument
506 IP6_ADDR_ZONECHECK(context); in lowpan6_set_context()
508 ip6_addr_set(&lowpan6_data.lowpan6_context[idx], context); in lowpan6_set_context()
513 LWIP_UNUSED_ARG(context); in lowpan6_set_context()
/components/net/lwip/lwip-2.0.3/src/include/netif/
A Dlowpan6.h63 err_t lowpan6_set_context(u8_t index, const ip6_addr_t * context);
/components/net/lwip/lwip-2.1.2/src/include/netif/
A Dlowpan6.h64 err_t lowpan6_set_context(u8_t idx, const ip6_addr_t * context);
A Dlowpan6_ble.h62 err_t rfc7668_set_context(u8_t index, const ip6_addr_t * context);
/components/legacy/usb/usbhost/class/
A Dhid.c242 static void rt_usbh_hid_callback(void* context) in rt_usbh_hid_callback() argument
249 RT_ASSERT(context != RT_NULL); in rt_usbh_hid_callback()
251 pipe = (upipe_t)context; in rt_usbh_hid_callback()
/components/legacy/usb/usbhost/core/
A Dhub.c466 static void rt_usbh_hub_irq(void* context) in rt_usbh_hub_irq() argument
472 RT_ASSERT(context != RT_NULL); in rt_usbh_hub_irq()
474 pipe = (upipe_t)context; in rt_usbh_hub_irq()
670 msg.content.cb.function(msg.content.cb.context); in rt_usbh_hub_thread_entry()
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt194 * ctx, optional user-provided callback context pointer
208 * ctx_cb, optional user-provided callback context pointer
229 * ctx_cb, optional user-provided callback context pointer
256 * ctx_cb, optional user-provided callback context pointer
388 safe and can be safely called from an interrupt context, using that is going
392 if NO_SYS is 0, the thread safe way outside an interrupt context is to use
A Dsys_arch.txt212 When lwIP is used from more than one context (e.g. from multiple threads OR from
A Drawapi.txt100 in a single execution context.
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt194 * ctx, optional user-provided callback context pointer
208 * ctx_cb, optional user-provided callback context pointer
229 * ctx_cb, optional user-provided callback context pointer
256 * ctx_cb, optional user-provided callback context pointer
388 safe and can be safely called from an interrupt context, using that is going
392 if NO_SYS is 0, the thread safe way outside an interrupt context is to use
/components/net/lwip/lwip-2.0.3/src/netif/
A Dlowpan6.c571 lowpan6_set_context(u8_t idx, const ip6_addr_t * context) in lowpan6_set_context() argument
577 ip6_addr_set(&lowpan6_context[idx], context); in lowpan6_set_context()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1184 interrupt context isn't safe: LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT allows
1475 from interrupt context isn't safe): set LWIP_USE_HEAP_FROM_INTERRUPT to 1
1477 or heap memory from interrupt context
1535 context since the function is not blocking), and in recv_udp and recv_raw.
1622 build time options. DNS timer is added in tcpip_thread context. DHCP can set
1872 netconn_write from api_lib.c to api_msg.c to also prevent multiple context-
1971 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
2173 context in do_getaddr.
2303 when closing tcp netconns: removed conn->sem, less context switches when
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG754 event_callback() handle context switch when calling sys_sem_signal()
2140 interrupt context isn't safe: LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT allows
2431 from interrupt context isn't safe): set LWIP_USE_HEAP_FROM_INTERRUPT to 1
2433 or heap memory from interrupt context
2491 context since the function is not blocking), and in recv_udp and recv_raw.
2578 build time options. DNS timer is added in tcpip_thread context. DHCP can set
2828 netconn_write from api_lib.c to api_msg.c to also prevent multiple context-
2927 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
3129 context in do_getaddr.
3259 when closing tcp netconns: removed conn->sem, less context switches when
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1007 event_callback() handle context switch when calling sys_sem_signal()
2393 interrupt context isn't safe: LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT allows
2684 from interrupt context isn't safe): set LWIP_USE_HEAP_FROM_INTERRUPT to 1
2686 or heap memory from interrupt context
2744 context since the function is not blocking), and in recv_udp and recv_raw.
2831 build time options. DNS timer is added in tcpip_thread context. DHCP can set
3081 netconn_write from api_lib.c to api_msg.c to also prevent multiple context-
3180 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
3382 context in do_getaddr.
3512 when closing tcp netconns: removed conn->sem, less context switches when

Completed in 35 milliseconds