📄 tags
字号:
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /darren@hiebert.com/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://darren.hiebert.com/ctags/ /official site/
!_TAG_PROGRAM_VERSION 3.5.1 /with C, C++, Eiffel, Fortran, and Java support/
ADI_TOOLS_memp_len memp.c /^u32_t ADI_TOOLS_memp_len = (MEMP_NUM_PBUF *$/;" v
ADI_TOOLS_memp_ptr memp.c /^u8_t** ADI_TOOLS_memp_ptr = &memp_memory;$/;" v
ADI_TOOLS_pbuf_pool_len pbuf.c /^u32_t ADI_TOOLS_pbuf_pool_len = $/;" v
ADI_TOOLS_pbuf_pool_ptr pbuf.c /^u8_t** ADI_TOOLS_pbuf_pool_ptr = &pbuf_pool_memory;$/;" v
ADI_TOOLS_ram_len mem.c /^u32_t ADI_TOOLS_ram_len = MEM_SIZE + sizeof(struct mem) + MEM_ALIGNMENT;$/;" v
ADI_TOOLS_ram_ptr mem.c /^u8_t** ADI_TOOLS_ram_ptr = &ram;$/;" v
DEC_PBUF_STATS pbuf.c 356;" d file:
DEC_PBUF_STATS pbuf.c 358;" d file:
MIN_SIZE mem.c 71;" d file:
NUM_SOCKETS ..\api\sockets.c 42;" d file:
PBUF_POOL_FAST_FREE pbuf.c 361;" d file:
PBUF_POOL_FREE pbuf.c 368;" d file:
PBUF_POOL_FREE pbuf.c 375;" d file:
SIZEOF_STRUCT_MEM mem.c 73;" d file:
SIZEOF_STRUCT_MEM mem.c 75;" d file:
TCP_LOCAL_PORT_RANGE_END tcp.c 375;" d file:
TCP_LOCAL_PORT_RANGE_START tcp.c 374;" d file:
UDP_LOCAL_PORT_RANGE_END udp.c 496;" d file:
UDP_LOCAL_PORT_RANGE_START udp.c 495;" d file:
accept_function ..\api\api_msg.c /^accept_function(void *arg, struct tcp_pcb *newpcb, err_t err)$/;" f file:
ackno tcp_in.c /^static u32_t seqno, ackno;$/;" v file:
alloc_socket ..\api\sockets.c /^alloc_socket(struct netconn *newconn)$/;" f file:
api_msg_decode ..\api\api_msg.c /^typedef void (* api_msg_decode)(struct api_msg_msg *msg);$/;" t file:
api_msg_input ..\api\api_msg.c /^api_msg_input(struct api_msg *msg)$/;" f
api_msg_post ..\api\api_msg.c /^api_msg_post(struct api_msg *msg)$/;" f
chksum inet6.c /^chksum(void *dataptr, u16_t len)$/;" f file:
conn ..\api\sockets.c /^ struct netconn *conn;$/;" m struct:lwip_socket
decode ..\api\api_msg.c /^static api_msg_decode decode[API_MSG_MAX] = {$/;" v file:
dhcp_arp_reply dhcp.c /^void dhcp_arp_reply(struct netif *netif, struct ip_addr *addr)$/;" f
dhcp_bind dhcp.c /^static void dhcp_bind(struct netif *netif)$/;" f file:
dhcp_check dhcp.c /^static void dhcp_check(struct netif *netif)$/;" f file:
dhcp_coarse_tmr dhcp.c /^void dhcp_coarse_tmr()$/;" f
dhcp_create_request dhcp.c /^static err_t dhcp_create_request(struct netif *netif)$/;" f file:
dhcp_decline dhcp.c /^static err_t dhcp_decline(struct netif *netif)$/;" f file:
dhcp_delete_request dhcp.c /^static void dhcp_delete_request(struct netif *netif)$/;" f file:
dhcp_discover dhcp.c /^static err_t dhcp_discover(struct netif *netif)$/;" f file:
dhcp_fine_tmr dhcp.c /^void dhcp_fine_tmr()$/;" f
dhcp_free_reply dhcp.c /^static void dhcp_free_reply(struct dhcp *dhcp)$/;" f file:
dhcp_get_option_byte dhcp.c /^static u8_t dhcp_get_option_byte(u8_t *ptr)$/;" f file:
dhcp_get_option_long dhcp.c /^static u32_t dhcp_get_option_long(u8_t *ptr)$/;" f file:
dhcp_get_option_ptr dhcp.c /^static u8_t *dhcp_get_option_ptr(struct dhcp *dhcp, u8_t option_type)$/;" f file:
dhcp_get_option_short dhcp.c /^static u16_t dhcp_get_option_short(u8_t *ptr)$/;" f file:
dhcp_handle_ack dhcp.c /^static void dhcp_handle_ack(struct netif *netif)$/;" f file:
dhcp_handle_nak dhcp.c /^static void dhcp_handle_nak(struct netif *netif) {$/;" f file:
dhcp_handle_offer dhcp.c /^static void dhcp_handle_offer(struct netif *netif)$/;" f file:
dhcp_inform dhcp.c /^void dhcp_inform(struct netif *netif)$/;" f
dhcp_option dhcp.c /^static void dhcp_option(struct dhcp *dhcp, u8_t option_type, u8_t option_len)$/;" f file:
dhcp_option_byte dhcp.c /^static void dhcp_option_byte(struct dhcp *dhcp, u8_t value)$/;" f file:
dhcp_option_long dhcp.c /^static void dhcp_option_long(struct dhcp *dhcp, u32_t value)$/;" f file:
dhcp_option_short dhcp.c /^static void dhcp_option_short(struct dhcp *dhcp, u16_t value)$/;" f file:
dhcp_option_trailer dhcp.c /^static void dhcp_option_trailer(struct dhcp *dhcp)$/;" f file:
dhcp_rebind dhcp.c /^static err_t dhcp_rebind(struct netif *netif)$/;" f file:
dhcp_recv dhcp.c /^static void dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr, u16_t port)$/;" f file:
dhcp_release dhcp.c /^static err_t dhcp_release(struct netif *netif)$/;" f file:
dhcp_renew dhcp.c /^err_t dhcp_renew(struct netif *netif)$/;" f
dhcp_select dhcp.c /^static err_t dhcp_select(struct netif *netif)$/;" f file:
dhcp_set_state dhcp.c /^static void dhcp_set_state(struct dhcp *dhcp, unsigned char new_state)$/;" f file:
dhcp_start dhcp.c /^err_t dhcp_start(struct netif *netif)$/;" f
dhcp_stop dhcp.c /^void dhcp_stop(struct netif *netif)$/;" f
dhcp_t1_timeout dhcp.c /^static void dhcp_t1_timeout(struct netif *netif)$/;" f file:
dhcp_t2_timeout dhcp.c /^static void dhcp_t2_timeout(struct netif *netif)$/;" f file:
dhcp_timeout dhcp.c /^static void dhcp_timeout(struct netif *netif)$/;" f file:
dhcp_unfold_reply dhcp.c /^static err_t dhcp_unfold_reply(struct dhcp *dhcp)$/;" f file:
do_accept ..\api\api_msg.c /^do_accept(struct api_msg_msg *msg)$/;" f file:
do_bind ..\api\api_msg.c /^do_bind(struct api_msg_msg *msg)$/;" f file:
do_close ..\api\api_msg.c /^do_close(struct api_msg_msg *msg)$/;" f file:
do_connect ..\api\api_msg.c /^do_connect(struct api_msg_msg *msg)$/;" f file:
do_connected ..\api\api_msg.c /^do_connected(void *arg, struct tcp_pcb *pcb, err_t err)$/;" f file:
do_delconn ..\api\api_msg.c /^do_delconn(struct api_msg_msg *msg)$/;" f file:
do_disconnect ..\api\api_msg.c /^do_disconnect(struct api_msg_msg *msg)$/;" f file:
do_listen ..\api\api_msg.c /^do_listen(struct api_msg_msg *msg)$/;" f file:
do_newconn ..\api\api_msg.c /^do_newconn(struct api_msg_msg *msg)$/;" f file:
do_recv ..\api\api_msg.c /^do_recv(struct api_msg_msg *msg)$/;" f file:
do_send ..\api\api_msg.c /^do_send(struct api_msg_msg *msg)$/;" f file:
do_write ..\api\api_msg.c /^do_write(struct api_msg_msg *msg)$/;" f file:
err ..\api\sockets.c /^ int err;$/;" m struct:lwip_socket
err_strerr ..\api\err.c /^static char *err_strerr[] = {"Ok.",$/;" v file:
err_tcp ..\api\api_msg.c /^err_tcp(void *arg, err_t err)$/;" f file:
err_to_errno ..\api\sockets.c 87;" d file:
err_to_errno_table ..\api\sockets.c /^static int err_to_errno_table[11] = {$/;" v file:
event_callback ..\api\sockets.c /^event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len)$/;" f file:
exceptset ..\api\sockets.c /^ fd_set *exceptset;$/;" m struct:lwip_select_cb
flags ..\api\sockets.c /^ u16_t flags;$/;" m struct:lwip_socket
flags tcp_in.c /^static u8_t flags;$/;" v file:
get_socket ..\api\sockets.c /^get_socket(int s)$/;" f file:
htonl inet.c /^htonl(u32_t n)$/;" f
htons inet.c /^htons(u16_t n)$/;" f
inet_addr inet.c /^ u32_t inet_addr(const char *cp)$/;" f
inet_aton inet.c /^ int inet_aton(const char *cp, struct in_addr *addr)$/;" f
inet_chksum inet.c /^inet_chksum(void *dataptr, u16_t len)$/;" f
inet_chksum inet6.c /^inet_chksum(void *dataptr, u16_t len)$/;" f
inet_chksum_pbuf inet.c /^inet_chksum_pbuf(struct pbuf *p)$/;" f
inet_chksum_pbuf inet6.c /^inet_chksum_pbuf(struct pbuf *p)$/;" f
inet_chksum_pseudo inet.c /^inet_chksum_pseudo(struct pbuf *p,$/;" f
inet_chksum_pseudo inet6.c /^inet_chksum_pseudo(struct pbuf *p,$/;" f
inet_ntoa inet.c /^u8_t *inet_ntoa(u32_t addr)$/;" f
inseg tcp_in.c /^static struct tcp_seg inseg;$/;" v file:
iphdr tcp_in.c /^static struct ip_hdr *iphdr;$/;" v file:
lastdata ..\api\sockets.c /^ struct netbuf *lastdata;$/;" m struct:lwip_socket
lastoffset ..\api\sockets.c /^ u16_t lastoffset;$/;" m struct:lwip_socket
lfree mem.c /^static struct mem *lfree; \/* pointer to the lowest free block *\/$/;" v file:
lwip_accept ..\api\sockets.c /^lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen)$/;" f
lwip_bind ..\api\sockets.c /^lwip_bind(int s, struct sockaddr *name, socklen_t namelen)$/;" f
lwip_chksum inet.c /^lwip_chksum(void *dataptr, int len)$/;" f file:
lwip_close ..\api\sockets.c /^lwip_close(int s)$/;" f
lwip_connect ..\api\sockets.c /^lwip_connect(int s, struct sockaddr *name, socklen_t namelen)$/;" f
lwip_getpeername ..\api\sockets.c /^int lwip_getpeername (int s, struct sockaddr *name, socklen_t *namelen)$/;" f
lwip_getsockname ..\api\sockets.c /^int lwip_getsockname (int s, struct sockaddr *name, socklen_t *namelen)$/;" f
lwip_getsockopt ..\api\sockets.c /^int lwip_getsockopt (int s, int level, int optname, void *optval, socklen_t *optlen)$/;" f
lwip_ioctl ..\api\sockets.c /^int lwip_ioctl(int s, long cmd, void *argp)$/;" f
lwip_listen ..\api\sockets.c /^lwip_listen(int s, int backlog)$/;" f
lwip_read ..\api\sockets.c /^lwip_read(int s, void *mem, int len)$/;" f
lwip_recv ..\api\sockets.c /^lwip_recv(int s, void *mem, int len, unsigned int flags)$/;" f
lwip_recvfrom ..\api\sockets.c /^lwip_recvfrom(int s, void *mem, int len, unsigned int flags,$/;" f
lwip_select ..\api\sockets.c /^lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,$/;" f
lwip_select_cb ..\api\sockets.c /^struct lwip_select_cb$/;" s file:
lwip_selscan ..\api\sockets.c /^lwip_selscan(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset)$/;" f file:
lwip_send ..\api\sockets.c /^lwip_send(int s, void *data, int size, unsigned int flags)$/;" f
lwip_sendto ..\api\sockets.c /^lwip_sendto(int s, void *data, int size, unsigned int flags,$/;" f
lwip_setsockopt ..\api\sockets.c /^int lwip_setsockopt (int s, int level, int optname, const void *optval, socklen_t optlen)$/;" f
lwip_shutdown ..\api\sockets.c /^int lwip_shutdown(int s, int how)$/;" f
lwip_socket ..\api\sockets.c /^lwip_socket(int domain, int type, int protocol)$/;" f
lwip_socket ..\api\sockets.c /^struct lwip_socket {$/;" s file:
lwip_stats stats.c /^struct stats_ lwip_stats;$/;" v
lwip_strerr ..\api\err.c /^lwip_strerr(err_t err)$/;" f
lwip_write ..\api\sockets.c /^lwip_write(int s, void *data, int size)$/;" f
mbox ..\api\tcpip.c /^static sys_mbox_t mbox;$/;" v file:
mem mem.c /^struct mem {$/;" s file:
mem_free mem.c /^mem_free(void *rmem)$/;" f
mem_init mem.c /^mem_init(void)$/;" f
mem_malloc mem.c /^mem_malloc(mem_size_t size)$/;" f
mem_realloc mem.c /^mem_realloc(void *rmem, mem_size_t newsize)$/;" f
mem_reallocm mem.c /^mem_reallocm(void *rmem, mem_size_t newsize)$/;" f
mem_sem mem.c /^static sys_sem_t mem_sem;$/;" v file:
memp memp.c /^struct memp {$/;" s file:
memp_free memp.c /^memp_free(memp_t type, void *mem)$/;" f
memp_freep memp.c /^memp_freep(memp_t type, void *mem)$/;" f
memp_init memp.c /^memp_init(void)$/;" f
memp_malloc memp.c /^memp_malloc(memp_t type)$/;" f
memp_mallocp memp.c /^memp_mallocp(memp_t type)$/;" f
memp_memory memp.c /^static u8_t memp_memory[(MEMP_NUM_PBUF *$/;" v file:
memp_memory memp.c /^static u8_t* memp_memory;$/;" v file:
memp_num memp.c /^static const u16_t memp_num[MEMP_MAX] = {$/;" v file:
memp_sanity memp.c /^memp_sanity(void)$/;" f file:
memp_sizes memp.c /^static const u16_t memp_sizes[MEMP_MAX] = {$/;" v file:
memp_tab memp.c /^static struct memp *memp_tab[MEMP_MAX];$/;" v file:
mutex memp.c /^static sys_sem_t mutex;$/;" v file:
netbuf_alloc ..\api\api_lib.c /^netbuf_alloc(struct netbuf *buf, u16_t size)$/;" f
netbuf_chain ..\api\api_lib.c /^netbuf_chain(struct netbuf *head, struct netbuf *tail)$/;" f
netbuf_copy ..\api\api_lib.c /^netbuf_copy(struct netbuf *buf, void *dataptr, u16_t len)$/;" f
netbuf_copy_partial ..\api\api_lib.c /^netbuf_copy_partial(struct netbuf *buf, void *dataptr, u16_t len, u16_t offset)$/;" f
netbuf_data ..\api\api_lib.c /^netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len)$/;" f
netbuf_delete ..\api\api_lib.c /^netbuf_delete(struct netbuf *buf)$/;" f
netbuf_first ..\api\api_lib.c /^netbuf_first(struct netbuf *buf)$/;" f
netbuf_free ..\api\api_lib.c /^netbuf_free(struct netbuf *buf)$/;" f
netbuf_fromaddr ..\api\api_lib.c /^netbuf_fromaddr(struct netbuf *buf)$/;" f
netbuf_fromport ..\api\api_lib.c /^netbuf_fromport(struct netbuf *buf)$/;" f
netbuf_len ..\api\api_lib.c /^netbuf_len(struct netbuf *buf)$/;" f
netbuf_new ..\api\api_lib.c /^netbuf *netbuf_new(void)$/;" f
netbuf_next ..\api\api_lib.c /^netbuf_next(struct netbuf *buf)$/;" f
netbuf_ref ..\api\api_lib.c /^netbuf_ref(struct netbuf *buf, void *dataptr, u16_t size)$/;" f
netconn_accept ..\api\api_lib.c /^netconn_accept(struct netconn *conn)$/;" f
netconn_addr ..\api\api_lib.c /^netconn_addr(struct netconn *conn, struct ip_addr **addr,$/;" f
netconn_bind ..\api\api_lib.c /^netconn_bind(struct netconn *conn, struct ip_addr *addr,$/;" f
netconn_close ..\api\api_lib.c /^netconn_close(struct netconn *conn)$/;" f
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -