Beispiel #1
0
void
Ipv6cpDown(Bund b)
{
	FsmDown(&b->ipv6cp.fsm);
}
Beispiel #2
0
void
CcpDown(Bund b)
{
  FsmDown(&b->ccp.fsm);
}