| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | eui64.h | 60 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0) argument 61 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \ argument 62 ((e).e32[1] == (o).e32[1])) 63 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0; argument 67 #define eui64_magic(e) do { \ argument 68 (e).e32[0] = magic(); \ 69 (e).e32[1] = magic(); \ 70 (e).e8[0] &= ~2; \ 90 (e).e32[0] = 0; \ 91 (e).e32[1] = lwip_htonl(l); \ [all …]
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | eui64.h | 56 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0) argument 57 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \ argument 58 ((e).e32[1] == (o).e32[1])) 59 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0; argument 63 #define eui64_magic(e) do { \ argument 64 (e).e32[0] = magic(); \ 65 (e).e32[1] = magic(); \ 66 (e).e8[0] &= ~2; \ 86 (e).e32[0] = 0; \ 87 (e).e32[1] = lwip_htonl(l); \ [all …]
|
| /components/net/lwip/lwip-2.1.2/src/netif/ |
| A D | bridgeif_fdb.c | 84 if (e->used && e->ts) { in bridgeif_fdb_update_src() 91 e->port = port_idx; in bridgeif_fdb_update_src() 101 if (!e->used || !e->ts) { in bridgeif_fdb_update_src() 104 if (!e->used || !e->ts) { in bridgeif_fdb_update_src() 110 e->port = port_idx; in bridgeif_fdb_update_src() 111 e->used = 1; in bridgeif_fdb_update_src() 136 if (e->used && e->ts) { in bridgeif_fdb_get_dst_ports() 164 if (e->used && e->ts) { in bridgeif_fdb_age_one_second() 167 if (e->used && e->ts) { in bridgeif_fdb_age_one_second() 168 if (--e->ts == 0) { in bridgeif_fdb_age_one_second() [all …]
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | eui64.c | 47 char *eui64_ntoa(eui64_t e) { in eui64_ntoa() argument 51 e.e8[0], e.e8[1], e.e8[2], e.e8[3], in eui64_ntoa() 52 e.e8[4], e.e8[5], e.e8[6], e.e8[7]); in eui64_ntoa()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | eui64.c | 47 char *eui64_ntoa(eui64_t e) { in eui64_ntoa() argument 51 e.e8[0], e.e8[1], e.e8[2], e.e8[3], in eui64_ntoa() 52 e.e8[4], e.e8[5], e.e8[6], e.e8[7]); in eui64_ntoa()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | sockets.h | 355 #define setsockopt(a,b,c,d,e) lwip_setsockopt(a,b,c,d,e) argument 356 #define getsockopt(a,b,c,d,e) lwip_getsockopt(a,b,c,d,e) argument 359 #define recvfrom(a,b,c,d,e,f) lwip_recvfrom(a,b,c,d,e,f) argument 361 #define sendto(a,b,c,d,e,f) lwip_sendto(a,b,c,d,e,f) argument 363 #define select(a,b,c,d,e) lwip_select(a,b,c,d,e) argument
|
| A D | err.h | 63 #define ERR_IS_FATAL(e) ((e) < ERR_ISCONN) argument
|
| A D | api.h | 197 #define API_EVENT(c,e,l) if (c->callback) { \ argument 198 (*c->callback)(c, e, l); \
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | err.h | 99 #define ERR_IS_FATAL(e) ((e) <= ERR_ABRT) argument
|
| A D | api.h | 274 #define API_EVENT(c,e,l) if (c->callback) { \ argument 275 (*c->callback)(c, e, l); \
|
| A D | ip6_addr.h | 246 #define ip6_addr_debug_print_parts(debug, a, b, c, d, e, f, g, h) \ argument 248 a, b, c, d, e, f, g, h))
|
| /components/lwp/vdso/user/arch/risc-v/ |
| A D | SConstruct | 23 arch = arch.split('_')[0] # Get the base architecture, e.g., rv64imafdc 27 except Exception as e: 28 print("Error getting arch/abi:", e)
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/ |
| A D | ip_addr.h | 71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument 73 … (ipaddr)->addr[2] = htonl(((e & 0xffff) << 16) | (f & 0xffff)); \
|
| /components/drivers/usb/cherryusb/class/vendor/wifi/ |
| A D | usbh_bl616.c | 16 #define ARR_ELE_6(e) (e)[0], (e)[1], (e)[2], (e)[3], (e)[4], (e)[5] argument
|
| /components/legacy/usb/usbdevice/class/ |
| A D | audio_speaker.c | 287 rt_uint32_t e, index; in speaker_entry() local 307 1000, &e) != RT_EOK) in speaker_entry() 330 1000, &e) != RT_EOK) in speaker_entry() 337 if (e & EVENT_AUDIO_DATA) in speaker_entry() 342 else if (e & EVENT_AUDIO_STOP) in speaker_entry()
|
| A D | audio_mic.c | 287 rt_uint32_t e, index; in mic_entry() local 307 1000, &e) != RT_EOK) in mic_entry() 330 1000, &e) != RT_EOK) in mic_entry() 337 if (e & EVENT_RECORD_DATA) in mic_entry() 342 else if (e & EVENT_RECORD_STOP) in mic_entry()
|
| /components/drivers/ofw/libfdt/ |
| A D | fdt_overlay.c | 684 const char *s, *e; in overlay_symbol_update() local 720 e = path + path_len; in overlay_symbol_update() 738 if ((e - s) > len && (memcmp(s, "/__overlay__/", len) == 0)) { in overlay_symbol_update() 741 rel_path_len = e - rel_path - 1; in overlay_symbol_update() 742 } else if ((e - s) == len in overlay_symbol_update()
|
| /components/finsh/ |
| A D | cmd.c | 371 struct rt_event *e; in list_event() local 383 e = (struct rt_event *)obj; in list_event() 384 if (!rt_list_isempty(&e->parent.suspend_thread)) in list_event() 388 e->parent.parent.name, in list_event() 389 e->set, in list_event() 390 rt_list_len(&e->parent.suspend_thread)); in list_event() 391 rt_susp_list_print(&(e->parent.suspend_thread)); in list_event() 397 maxlen, RT_NAME_MAX, e->parent.parent.name, e->set); in list_event()
|
| /components/libc/ |
| A D | Kconfig | 6 This is for external libc(e.g. mlib),
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | ppp.txt | 205 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 224 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 247 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 274 * dead state (i.e. disconnected). We don't need to provide thread-safe 288 * if PPP session is in the dead state (i.e. disconnected). 301 * dead state (i.e. disconnected). We don't need to provide thread-safe 342 * Initiate PPP listener (i.e. wait for an incoming connection), can only 343 * be called if PPP session is in the dead state (i.e. disconnected). 372 * dead state (i.e. disconnected). You need to call ppp_close() before.
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | ppp.txt | 205 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 224 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 247 * ppp_netif, netif to use for this PPP link, i.e. PPP IP interface 274 * dead state (i.e. disconnected). We don't need to provide thread-safe 288 * if PPP session is in the dead state (i.e. disconnected). 301 * dead state (i.e. disconnected). We don't need to provide thread-safe 342 * Initiate PPP listener (i.e. wait for an incoming connection), can only 343 * be called if PPP session is in the dead state (i.e. disconnected). 372 * dead state (i.e. disconnected). You need to call ppp_close() before.
|
| /components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/ |
| A D | readme.txt | 9 switch -e: exclude HTTP header from file (header is created at runtime, default is on)
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/ |
| A D | readme.txt | 9 switch -e: exclude HTTP header from file (header is created at runtime, default is on)
|
| /components/utilities/ymodem/ |
| A D | ry_sy.c | 265 MSH_CMD_EXPORT(ry, YMODEM Receive e.g: ry file_path [uart0] default by console.); 294 MSH_CMD_EXPORT(sy, YMODEM Send e.g: sy file_path [uart0] default by console.);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | api.h | 301 #define API_EVENT(c,e,l) if (c->callback) { \ argument 302 (*c->callback)(c, e, l); \
|