#include "arch/lib.h"Go to the source code of this file.
Defines | |
| #define | NULL ((void *)0) |
| #define | UMAX(a, b) ((a) > (b) ? (a) : (b)) |
| #define NULL ((void *)0) |
Definition at line 41 of file def.h.
Referenced by __assert(), accept_function(), alloc_socket(), arp_arp_input(), arp_lookup(), arp_query(), arp_timer(), bot_init(), bot_thread(), current_thread(), devfs_init(), device_add(), device_remove(), do_accept(), do_bind(), do_close(), do_connect(), do_connected(), do_delconn(), do_listen(), do_recv(), do_send(), do_write(), err_tcp(), ethernetif_init(), ethernetif_input(), ethernetif_output(), fclose(), fopen(), get_socket(), inet_aton(), kmain(), kmod_add(), kpanic(), kprint(), loopif_output(), low_level_input(), low_level_output(), lwip_accept(), lwip_bind(), lwip_close(), lwip_connect(), lwip_listen(), lwip_recv(), lwip_recvfrom(), lwip_send(), lwip_sendto(), lwip_socket(), lwip_write(), netbuf_alloc(), netbuf_copy_partial(), netbuf_data(), netbuf_delete(), netbuf_free(), netbuf_new(), netbuf_next(), netbuf_ref(), netconn_accept(), netconn_bind(), netconn_close(), netconn_connect(), netconn_delete(), netconn_listen(), netconn_new(), netconn_recv(), netconn_send(), netconn_write(), openFileUbixFS(), poll_tcp(), readUbixFS(), recv_tcp(), recv_udp(), sent_tcp(), shell_init(), shell_thread(), strstr(), strtok_r(), strtol(), sys_arch_mbox_fetch(), sys_mbox_free(), sys_sem_new_(), sys_thread_new(), sysFclose(), sysFopen(), sysFread(), sysFseek(), sysMkDir(), tcpdump(), tcpdump_init(), tcpip_apimsg(), tcpip_init(), tcpip_input(), tcpip_tcp_timer(), tcpip_thread(), ubixfs_cacheAdd(), ubixfs_cacheDelete(), ubixfs_cacheFind(), ubixfs_cacheNew(), ubixfs_findName(), ubixfs_init(), ubixfs_loadData(), udpecho_init(), udpecho_thread(), ufs_init(), unlink(), vfs_findMount(), vfs_mount(), vfsRegisterFS(), writeFileByte(), and writeUbixFS().
1.4.7