File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / sntp / utilities.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

#ifndef UTILITIES_H
#define UTILITIES_H

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <ntp_stdlib.h>
#include <ntp_fp.h>
#include <ntp.h>

#define HLINE "--------------------------------------------------------------------------------\n"
#define PHLINE fprintf(output, HLINE);
#define STDLINE printf(HLINE);


void pkt_output (struct pkt *dpkg, int pkt_length, FILE *output);
void l_fp_output (l_fp *ts, FILE *output);
void l_fp_output_bin (l_fp *ts, FILE *output);
void l_fp_output_dec (l_fp *ts, FILE *output);

char *addrinfo_to_str (struct addrinfo *addr);
char *ss_to_str (sockaddr_u *saddr);
char *tv_to_str (const struct timeval *tv);

#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>