Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 47) sorted by relevance

12

/components/net/lwip/lwip-1.4.1/src/api/
A Dnetifapi.c50 msg->msg.add.gw, in do_netifapi_netif_add()
51 msg->msg.add.state, in do_netifapi_netif_add()
52 msg->msg.add.init, in do_netifapi_netif_add()
70 msg->msg.add.gw); in do_netifapi_netif_set_addr()
109 msg.msg.msg.add.ipaddr = ipaddr; in netifapi_netif_add()
111 msg.msg.msg.add.gw = gw; in netifapi_netif_add()
112 msg.msg.msg.add.state = state; in netifapi_netif_add()
113 msg.msg.msg.add.init = init; in netifapi_netif_add()
114 msg.msg.msg.add.input = input; in netifapi_netif_add()
134 msg.msg.msg.add.ipaddr = ipaddr; in netifapi_netif_set_addr()
[all …]
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetifapi.c66 API_EXPR_REF(msg->msg.add.ipaddr), in netifapi_do_netif_add()
67 API_EXPR_REF(msg->msg.add.netmask), in netifapi_do_netif_add()
68 API_EXPR_REF(msg->msg.add.gw), in netifapi_do_netif_add()
70 msg->msg.add.state, in netifapi_do_netif_add()
71 msg->msg.add.init, in netifapi_do_netif_add()
72 msg->msg.add.input)) { in netifapi_do_netif_add()
91 API_EXPR_REF(msg->msg.add.ipaddr), in netifapi_do_netif_set_addr()
93 API_EXPR_REF(msg->msg.add.gw)); in netifapi_do_netif_set_addr()
153 NETIFAPI_VAR_REF(msg).msg.add.state = state; in netifapi_netif_add()
154 NETIFAPI_VAR_REF(msg).msg.add.init = init; in netifapi_netif_add()
[all …]
/components/utilities/libadt/uthash/
A Duthash.h254 …HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh, head, &((add)->fieldname), keylen_in, hashval, add, cmpfcn…
264 HASH_ADD_KEYPTR_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, add); \
373 HH_FROM_ELMT((head)->hh.tbl, (add)->hh.prev)->next = (add); \
394 …HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh, head, &((add)->fieldname), keylen_in, hashval, add, cmpfcn)
397 HASH_ADD_KEYPTR_INORDER(hh, head, &((add)->fieldname), keylen_in, add, cmpfcn)
428 HASH_ADD_KEYPTR_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, add)
431 HASH_ADD_KEYPTR(hh, head, &((add)->fieldname), keylen_in, add)
501 HASH_ADD(hh,head,intfield,sizeof(int),add)
503 HASH_REPLACE(hh,head,intfield,sizeof(int),add,replaced)
507 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
[all …]
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetifapi.c69 API_EXPR_REF(msg->msg.add.ipaddr), in netifapi_do_netif_add()
70 API_EXPR_REF(msg->msg.add.netmask), in netifapi_do_netif_add()
71 API_EXPR_REF(msg->msg.add.gw), in netifapi_do_netif_add()
73 msg->msg.add.state, in netifapi_do_netif_add()
74 msg->msg.add.init, in netifapi_do_netif_add()
75 msg->msg.add.input)) { in netifapi_do_netif_add()
94 API_EXPR_REF(msg->msg.add.ipaddr), in netifapi_do_netif_set_addr()
96 API_EXPR_REF(msg->msg.add.gw)); in netifapi_do_netif_set_addr()
250 NETIFAPI_VAR_REF(msg).msg.add.state = state; in netifapi_netif_add()
251 NETIFAPI_VAR_REF(msg).msg.add.init = init; in netifapi_netif_add()
[all …]
/components/drivers/usb/
A D.ignore_format.yml2 # If you need to exclude an entire folder, add the folder path in dir_path;
3 # If you need to exclude a file, add the path to the file in file_path.
/components/net/lwip/
A D.ignore_format.yml2 # If you need to exclude an entire folder, add the folder path in dir_path;
3 # If you need to exclude a file, add the path to the file in file_path.
/components/lwp/arch/aarch64/cortex-a/
A Dlwp_gcc.S83 add x5, x5, #8
297 add x2, x2, #4
317 add x0, x0, #0x10
321 add x0, x0, #0x220
350 add sp, sp, #(CONTEXT_SIZE + 0x10)
354 add x0, x0, #-CONTEXT_SIZE
423 add sp, x20, #CONTEXT_SIZE
437 add x1, x30, UCTX_ABI_OFFSET_TO_SI
/components/dfs/dfs_v1/filesystems/elmfat/
A D.ignore_format.yml2 # If you need to exclude an entire folder, add the folder path in dir_path;
3 # If you need to exclude a file, add the path to the file in file_path.
/components/dfs/dfs_v2/filesystems/elmfat/
A D.ignore_format.yml2 # If you need to exclude an entire folder, add the folder path in dir_path;
3 # If you need to exclude a file, add the path to the file in file_path.
/components/lwp/arch/arm/cortex-a/
A Dlwp_gcc.S73 add r4, #4
75 add r4, #4
247 add r1, #4
265 add sp, #8
271 add sp, #(4*9)
327 add sp, r6, #14*4
340 add r0, #4
361 add r1, #8
/components/net/lwip/lwip-1.4.1/
A DREADME.md5 …- netif.c: add RT-Thread netdev header file , status synchronize(UP, LINK_UP), address synchronize…
7 - dns.c: add RT-Thread header file, dns servers synchronize;
/components/drivers/hwcrypto/
A Dhw_gcm.h25 … const unsigned char *add, rt_size_t add_len); /**< Set additional data. start GCM operation */
67 rt_err_t rt_hwcrypto_gcm_start(struct rt_hwcrypto_ctx *ctx, const rt_uint8_t *add,
A Dhw_gcm.c55 rt_err_t rt_hwcrypto_gcm_start(struct rt_hwcrypto_ctx *ctx, const rt_uint8_t *add, in rt_hwcrypto_gcm_start() argument
62 return gcm_ctx->ops->start(gcm_ctx, add, add_len); in rt_hwcrypto_gcm_start()
A Dhw_bignum.c203 if (bignum_ctx->ops->add) in rt_hwcrypto_bignum_add()
205 return bignum_ctx->ops->add(bignum_ctx, x, a, b); in rt_hwcrypto_bignum_add()
A Dhw_bignum.h32 rt_err_t (*add)(struct hwcrypto_bignum *bignum_ctx, member
/components/net/lwip/lwip-2.0.3/
A DREADME.md12 …- netif.c: add RT-Thread netdev header file , status synchronize(UP, LINK_UP), address synchronize…
14 - dns.c: add RT-Thread header file, dns servers synchronize;
/components/drivers/usb/cherryusb/class/dfu/
A Dusbd_dfu.h21 uint16_t dfu_erase_flash(uint32_t add);
/components/drivers/usb/cherryusb/demo/
A Ddfu_st_cubemx_main.c139 uint16_t dfu_erase_flash(uint32_t add) in dfu_erase_flash() argument
148 eraseinitstruct.PageAddress = add; in dfu_erase_flash()
/components/net/lwip-nat/
A DREADME.md9 Use following code to add a NAT entry:
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetifapi.h61 } add; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetifapi.h71 } add; member
/components/libc/cplusplus/cpp11/
A DREADME.md45 5. Update `rtconfig.py` file. add compilation parameters:
A Datomic_8.c163 __atomic_fetch_op_8(add, +)
/components/drivers/pci/
A Dprobe.c416 if (bus->ops->add) in pci_child_bus_init()
418 if ((err = bus->ops->add(bus))) in pci_child_bus_init()
800 if (bus->ops->add) in rt_pci_host_bridge_register()
802 rt_err_t err = bus->ops->add(bus); in rt_pci_host_bridge_register()
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt57 First of all you'll need to add the following define
62 and add the source files in lwip/src/core/snmp
115 add the following define to your local lwipopts.h:

Completed in 37 milliseconds

12