File: monutil.h

package info (click to toggle)
ax25spyd 0.23-8
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 592 kB
  • ctags: 502
  • sloc: ansic: 4,167; sh: 308; makefile: 86
file content (24 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * $Id: monutil.h,v 1.10 1999/05/23 16:27:43 walter Exp $
 */

char* pid2str(int pid);
char* ord2frametypestring(int ordtype);
int frametype2ord(int type);

int  get16(unsigned char *);
int  get32(unsigned char *);
char *servname(int , char*);


char* ax25call2bufEnd(struct t_ax25call *, char *);
char* ax25call2strBuf(struct t_ax25call *, char *);
char* ax25call2str(struct t_ax25call *);

char* time2str(time_t *);

ssize_t readfull( int , void* , size_t);

void convertBufferToReadable( char *str, int size );