1*0786dcbaSAxel Dörfler /* 2*0786dcbaSAxel Dörfler * Copyright (c) 2000 3*0786dcbaSAxel Dörfler * The Regents of the University of California. All rights reserved. 4*0786dcbaSAxel Dörfler * 5*0786dcbaSAxel Dörfler * Redistribution and use in source and binary forms, with or without 6*0786dcbaSAxel Dörfler * modification, are permitted provided that: (1) source code distributions 7*0786dcbaSAxel Dörfler * retain the above copyright notice and this paragraph in its entirety, (2) 8*0786dcbaSAxel Dörfler * distributions including binary code include the above copyright notice and 9*0786dcbaSAxel Dörfler * this paragraph in its entirety in the documentation or other materials 10*0786dcbaSAxel Dörfler * provided with the distribution, and (3) all advertising materials mentioning 11*0786dcbaSAxel Dörfler * features or use of this software display the following acknowledgement: 12*0786dcbaSAxel Dörfler * ``This product includes software developed by the University of California, 13*0786dcbaSAxel Dörfler * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of 14*0786dcbaSAxel Dörfler * the University nor the names of its contributors may be used to endorse 15*0786dcbaSAxel Dörfler * or promote products derived from this software without specific prior 16*0786dcbaSAxel Dörfler * written permission. 17*0786dcbaSAxel Dörfler * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED 18*0786dcbaSAxel Dörfler * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 19*0786dcbaSAxel Dörfler * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 20*0786dcbaSAxel Dörfler * 21*0786dcbaSAxel Dörfler * @(#) $Id: traceroute.h,v 1.1 2000/11/23 20:06:54 leres Exp $ (LBL) 22*0786dcbaSAxel Dörfler */ 23*0786dcbaSAxel Dörfler 24*0786dcbaSAxel Dörfler extern char *prog; 25*0786dcbaSAxel Dörfler 26*0786dcbaSAxel Dörfler void setsin(struct sockaddr_in *, u_int32_t); 27