1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/linux-atm/switch
2024-07-22 01:58:46 -03:00
..
debug Add gpl 2024-07-22 01:58:46 -03:00
tcp Add gpl 2024-07-22 01:58:46 -03:00
cfg.l Add gpl 2024-07-22 01:58:46 -03:00
cfg.y Add gpl 2024-07-22 01:58:46 -03:00
control.c Add gpl 2024-07-22 01:58:46 -03:00
dispatch.c Add gpl 2024-07-22 01:58:46 -03:00
dispatch.h Add gpl 2024-07-22 01:58:46 -03:00
fab.h Add gpl 2024-07-22 01:58:46 -03:00
Makefile Add gpl 2024-07-22 01:58:46 -03:00
proto.c Add gpl 2024-07-22 01:58:46 -03:00
proto.h Add gpl 2024-07-22 01:58:46 -03:00
README Add gpl 2024-07-22 01:58:46 -03:00
relay.c Add gpl 2024-07-22 01:58:46 -03:00
route.c Add gpl 2024-07-22 01:58:46 -03:00
route.h Add gpl 2024-07-22 01:58:46 -03:00
Rules.make Add gpl 2024-07-22 01:58:46 -03:00
sig.c Add gpl 2024-07-22 01:58:46 -03:00
sig.h Add gpl 2024-07-22 01:58:46 -03:00
swc.c Add gpl 2024-07-22 01:58:46 -03:00
swc.h Add gpl 2024-07-22 01:58:46 -03:00

Switch fabric control. The actual switch interfaces are in the following
subdirectories:

  debug/	a very simple debugging switch
  tcp/		an ATMTCP switch, based on sw_debug

See the README in the respective directory for further details.