Searched refs:socket_table (Results 1 – 1 of 1) sorted by relevance
78 static struct sal_socket_table socket_table; variable145 socket_table.max_socket = cn; in sal_init()146 socket_table.sockets = rt_calloc(1, cn * sizeof(struct sal_socket *)); in sal_init()147 if (socket_table.sockets == RT_NULL) in sal_init()351 struct sal_socket_table *st = &socket_table; in sal_get_socket()406 for (idx = 0; idx < socket_table.max_socket; idx++) in sal_netdev_cleanup()408 if (socket_table.sockets[idx] && socket_table.sockets[idx]->netdev == netdev) in sal_netdev_cleanup()552 struct sal_socket_table *st = &socket_table; in socket_new()584 struct sal_socket_table *st = &socket_table; in socket_delete()
Completed in 5 milliseconds