#ifndef lint
static char copyright[] =
-"$Id: dns.c,v 1.15 2000/02/01 03:19:38 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dns.c,v 1.16 2000/02/03 03:43:51 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
u_int16_t class;
TIME ttl;
u_int16_t rdlength;
- socklen_t len;
+ SOCKLEN_T len;
int status;
int i;
struct dns_query *query;
#ifndef lint
static char copyright[] =
-"$Id: icmp.c,v 1.20 2000/02/01 18:25:07 mellon Exp $ Copyright (c) 1997, 1998 The Internet Software Consortium. All rights reserved.\n";
+"$Id: icmp.c,v 1.21 2000/02/03 03:43:51 mellon Exp $ Copyright (c) 1997, 1998 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
struct sockaddr_in from;
unsigned char icbuf [1500];
int status;
- socklen_t sl;
+ SOCKLEN_T sl;
int hlen, len;
struct iaddr ia;
struct icmp_state *state;
#ifndef lint
static char copyright[] =
-"$Id: socket.c,v 1.44 2000/02/01 03:19:39 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: socket.c,v 1.45 2000/02/03 03:43:51 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
struct sockaddr_in *from;
struct hardware *hfrom;
{
- socklen_t flen = sizeof *from;
+ SOCKLEN_T flen = sizeof *from;
int result;
#ifdef IGNORE_HOSTUNREACH
{
char buf [1540];
struct sockaddr_in from;
- socklen_t flen = sizeof from;
+ SOCKLEN_T flen = sizeof from;
int status;
struct interface_info *interface;
#if defined(LIBC_SCCS) && !defined(lint)
static const char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: res_send.c,v 1.2 2000/02/02 19:59:16 mellon Exp $";
+static const char rcsid[] = "$Id: res_send.c,v 1.3 2000/02/03 03:43:50 mellon Exp $";
#endif /* LIBC_SCCS and not lint */
/*
if (statp->_sock >= 0 &&
(statp->_flags & RES_F_VC) != 0) {
struct sockaddr_in peer;
- socklen_t size = sizeof(peer);
+ SOCKLEN_T size = sizeof(peer);
if (getpeername(statp->_sock,
(struct sockaddr *)&peer,
int start, timeout, finish;
fd_set dsmask;
struct sockaddr_in from;
- socklen_t fromlen;
+ SOCKLEN_T fromlen;
int seconds;
if (statp->_sock < 0 ||
sizeof no_addr);
#else
struct sockaddr_in local_addr;
- socklen_t len;
+ SOCKLEN_T len;
int result, s1;
len = sizeof(local_addr);
isc_result_t status;
omapi_connection_object_t *obj;
int flag;
- socklen_t sl;
+ SOCKLEN_T sl;
obj = (omapi_connection_object_t *)dmalloc (sizeof *obj, MDL);
if (!obj)
isc_result_t omapi_accept (omapi_object_t *h)
{
isc_result_t status;
- socklen_t len;
+ SOCKLEN_T len;
omapi_connection_object_t *obj;
omapi_listener_object_t *listener;