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