Home
last modified time | relevance | path

Searched refs:decode_ax25_header (Results 1 – 5 of 5) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Ddatabase.h579 extern int decode_ax25_header(unsigned char *data_string, int *length);
H A Dinterface.c985 if ( !decode_ax25_header( (unsigned char *)&input_string[37], &data_length ) ) in parse_agwpe_packet()
H A Ddb.c20623 int decode_ax25_header(unsigned char *data_string, int *length) in decode_ax25_header() function
H A Dmain.c13673 if ( !decode_ax25_header( (unsigned char *)data_string,
/dports/comms/xastir/Xastir-Release-2.1.8/
H A DChangeLog23153 * src/db.c: Added a note to decode_ax25_header() function.