patty/src
XANTRONIX Development e053d6cdbc Drop patty_kiss_tnc_recv() from handle_sock_raw()
Refactor handle_sock_raw() in src/server.c to remove usage of
patty_kiss_tnc_recv() in favor of its component methods:

    * patty_kiss_tnc_fill()
    * patty_kiss_tnc_drain()
    * patty_kiss_tnc_ready()
    * patty_kiss_tnc_flush()
2024-03-01 00:20:47 -05:00
..
aprs_is.c Avoid connecting to APRS-IS via UDP 2024-03-01 00:20:47 -05:00
ax25.c Prevent SSIDs >15 in patty_ax25_pton() 2024-03-01 00:20:47 -05:00
client.c Add patty_client_read(), patty_client_write() 2024-03-01 00:20:47 -05:00
conf.c Fix patty_conf_read() backslash escape bug 2024-03-01 00:20:47 -05:00
daemon.c Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
dict.c Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
error.c Rename patty_error_isset() to patty_error_set() 2024-03-01 00:20:47 -05:00
frame.c Use const qualifier in src/frame.c where proper 2024-03-01 00:20:47 -05:00
hash.c ...I've been busy. 2024-03-01 00:20:46 -05:00
if.c Whitespace tweaks 2024-03-01 00:20:47 -05:00
kiss.c Implement patty_ax25_if_driver 2024-03-01 00:20:47 -05:00
list.c Get rid of patty_list_iterator (too expensive) 2024-03-01 00:20:46 -05:00
Makefile Implement APRS-IS interface type 2024-03-01 00:20:47 -05:00
print.c Increase print_addr() buffer size in src/print.c 2024-03-01 00:20:47 -05:00
route.c Implement src/daemon.c 2024-03-01 00:20:47 -05:00
server.c Drop patty_kiss_tnc_recv() from handle_sock_raw() 2024-03-01 00:20:47 -05:00
sock.c Implement patty_ax25_if_driver 2024-03-01 00:20:47 -05:00
timer.c Implement patty_timer_init() 2024-03-01 00:20:47 -05:00
tnc.c Reset TNC command state on frame end 2024-03-01 00:20:47 -05:00