File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / ui / raw.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:07:30 2021 UTC (3 years, 4 months ago) by misho
Branches: mtr, MAIN
CVS tags: v0_94, HEAD
mtr 0.94

    1: /*
    2:     mtr  --  a network diagnostic tool
    3:     Copyright (C) 1998  R.E.Wolff@BitWizard.nl
    4: 
    5:     raw.h -- raw output (for logging for later analysis)
    6: 
    7:     This program is free software; you can redistribute it and/or modify
    8:     it under the terms of the GNU General Public License version 2 as 
    9:     published by the Free Software Foundation.
   10: 
   11:     This program is distributed in the hope that it will be useful,
   12:     but WITHOUT ANY WARRANTY; without even the implied warranty of
   13:     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14:     GNU General Public License for more details.
   15: 
   16:     You should have received a copy of the GNU General Public License along
   17:     with this program; if not, write to the Free Software Foundation, Inc.,
   18:     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   19: */
   20: 
   21: /*  Prototypes for raw.c  */
   22: extern void raw_rawxmit(
   23:     int host,
   24:     int seq);
   25: extern void raw_rawping(
   26:     struct mtr_ctl *ctl,
   27:     int host,
   28:     int msec,
   29:     int seq);
   30: extern void raw_rawhost(
   31:     struct mtr_ctl *ctl,
   32:     int host,
   33:     ip_t *addr,
   34:     struct mplslen *mpls);

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