Exemple #1
0
void switch_add_entry(ip_address_t *address, int port)
{
	cam_add_entry(address, port);
}
Exemple #2
0
void switch_add_entry(ip_address_t *address, int port)
{
	memset(pending, -1, sizeof(int)*4);
	cam_add_entry(address, port);
}
Exemple #3
0
void switch_add_entry(ip_address_t *address,
                      int port)
{
    // Initialize the routing table
    cam_add_entry(address,port) ;
}