patty/bin
XANTRONIX Development 88743a5754 Decouple interface names from patty_ax25_if
Changes:

    * Remove interface name argument from patty_ax25_if_new()

    * Add interface name argument to patty_ax25_server_if_add()

    * Add interface name argument to patty_daemon_if_add()

    * In src/server.c, implement 'struct if_entry' to hold the interface
      name, file descriptor, and pointer to a patty_ax25_if object, to
      recouple names to their respective interfaces

    * Add a return argument to patty_bin_if_create() to store a pointer
      to a new interface name created from a declaration
2024-03-01 00:20:47 -05:00
..
ax25dump.8 Add bin/ax25dump.8 2024-03-01 00:20:47 -05:00
ax25dump.c Implement patty_ax25_if_driver 2024-03-01 00:20:47 -05:00
if.c Decouple interface names from patty_ax25_if 2024-03-01 00:20:47 -05:00
kiss.c Fix #include cycle in include/patty/kiss/tnc.h 2024-03-01 00:20:47 -05:00
Makefile Implement bin/tncd.c 2024-03-01 00:20:47 -05:00
pattyd.8 Consistently mention [tioarg ...] in pattyd(8) 2024-03-01 00:20:47 -05:00
pattyd.c Decouple interface names from patty_ax25_if 2024-03-01 00:20:47 -05:00
tncd.c Improve bin/tncd.c 2024-03-01 00:20:47 -05:00