| /components/net/lwip-nat/ |
| A D | ipv4_nat.c | 126 ip_nat_entry_common_t common; member 133 ip_nat_entry_common_t common; member 141 ip_nat_entry_common_t common; member 346 if(ip_nat_icmp_table[i].common.cfg == cfg) { in ip_nat_reset_state() 351 if(ip_nat_tcp_table[i].common.cfg == cfg) { in ip_nat_reset_state() 356 if(ip_nat_udp_table[i].common.cfg == cfg) { in ip_nat_reset_state() 492 if ((nat_entry.icmp->common.ttl) && in ip_nat_input() 767 if (ip_nat_udp_table[i].common.ttl) { in ip_nat_udp_lookup_incoming() 801 if (ip_nat_udp_table[i].common.ttl) { in ip_nat_udp_lookup_outgoing() 851 if (ip_nat_tcp_table[i].common.ttl) { in ip_nat_tcp_lookup_incoming() [all …]
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | netifapi.c | 82 if (msg->msg.common.errtfunc != NULL) { in do_netifapi_netif_common() 83 msg->err = msg->msg.common.errtfunc(msg->netif); in do_netifapi_netif_common() 86 msg->msg.common.voidfunc(msg->netif); in do_netifapi_netif_common() 154 msg.msg.msg.common.voidfunc = voidfunc; in netifapi_netif_common() 155 msg.msg.msg.common.errtfunc = errtfunc; in netifapi_netif_common()
|
| /components/lwp/ |
| A D | SConscript | 27 arch_common = 'arch/' + arch + '/' + 'common/*.c' 28 common = 'arch/common/*.c' 32 src += [f for f in Glob(common) if os.path.basename(str(f)) not in vdso_files] 35 src += Glob(common)
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | netifapi.c | 109 if (msg->msg.common.errtfunc != NULL) { in netifapi_do_netif_common() 110 return msg->msg.common.errtfunc(msg->netif); in netifapi_do_netif_common() 112 msg->msg.common.voidfunc(msg->netif); in netifapi_do_netif_common() 214 NETIFAPI_VAR_REF(msg).msg.common.voidfunc = voidfunc; in netifapi_netif_common() 215 NETIFAPI_VAR_REF(msg).msg.common.errtfunc = errtfunc; in netifapi_netif_common()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | netifapi.c | 143 if (msg->msg.common.errtfunc != NULL) { in netifapi_do_netif_common() 144 return msg->msg.common.errtfunc(msg->netif); in netifapi_do_netif_common() 146 msg->msg.common.voidfunc(msg->netif); in netifapi_do_netif_common() 311 NETIFAPI_VAR_REF(msg).msg.common.voidfunc = voidfunc; in netifapi_netif_common() 312 NETIFAPI_VAR_REF(msg).msg.common.errtfunc = errtfunc; in netifapi_netif_common()
|
| /components/net/lwip/port/ |
| A D | README.md | 1 This folder is common for LWIP.
|
| /components/libc/compilers/common/ |
| A D | readme.md | 1 This folder is "common" for all toolchains.
|
| /components/libc/compilers/common/extension/ |
| A D | readme.md | 3 This folder is "common" for toolchains, which only support ISO C, as an extension part, such as Kei…
|
| /components/libc/ |
| A D | Kconfig | 12 rsource "compilers/common/Kconfig"
|
| /components/drivers/pic/ |
| A D | SConscript | 14 src += ['pic-gic-common.c']
|
| /components/drivers/pci/host/ |
| A D | SConscript | 12 src += ['pci-host-common.c']
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | netifapi.h | 65 } common; member
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | netifapi.h | 75 } common; member
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | api_msg.h | 254 } common; member
|
| /components/drivers/nvme/ |
| A D | nvme.c | 127 cmd->common.cmdid = nvme_next_cmdid(nvme); in nvme_submit_cmd() 573 cmd.common.opcode = RT_NVME_CMD_FLUSH; in nvme_blk_sync() 574 cmd.common.nsid = rt_cpu_to_le32(ndev->nsid); in nvme_blk_sync()
|
| /components/drivers/include/drivers/ |
| A D | nvme.h | 442 struct rt_nvme_command_common common; member
|
| /components/drivers/usb/cherryusb/ |
| A D | README_zh.md | 50 |common | usb spec 定义、常用宏、标准接口定义 |
|
| A D | SConscript | 5 path += [cwd + '/common']
|
| A D | LICENSE | 16 other entities that control, are controlled by, or are under common
|
| A D | README.md | 48 |common | usb spec macros and utils |
|
| A D | cherryusb.cmake | 38 ${CMAKE_CURRENT_LIST_DIR}/common
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | sys_arch.txt | 5 The operating system emulation layer provides a common interface
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | sys_arch.txt | 6 The operating system emulation layer provides a common interface
|
| A D | ppp.txt | 494 pppoe_, common functions are now prefixed ppp_.
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | ppp.txt | 494 pppoe_, common functions are now prefixed ppp_.
|