patty/include/patty
XANTRONIX Development 2e360976bf Rename patty_ax25_sock.rx_buf to io_buf
Rename patty_ax25_sock.rx_buf to io_buf, as the buffer is not used for
receiving frames from an interface, but rather from reading local data
to write to a remote peer

Other changes:

    * Fix issue wherein patty_ax25_sock.n_maxlen_tx was not used for
      reading local data when sending I frames
2024-03-01 00:20:47 -05:00
..
ax25 Rename patty_ax25_sock.rx_buf to io_buf 2024-03-01 00:20:47 -05:00
ax25.h Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
client.h Use bit fields for setsockopt() SOCK_OPT_PARAMS 2024-03-01 00:20:47 -05:00
dict.h Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
hash.h ...I've been busy. 2024-03-01 00:20:46 -05:00
kiss.h Implement patty_kiss_frame_send() 2024-03-01 00:20:47 -05:00
list.h Get rid of patty_list_iterator (too expensive) 2024-03-01 00:20:46 -05:00
print.h Refactor parameter decoding/display 2024-03-01 00:20:46 -05:00
timer.h Implement patty_timer_init() 2024-03-01 00:20:47 -05:00