/*
 * Copyright (c) 2001 by Sun Microsystems, Inc.
 * All rights reserved.
 */

#pragma ident	"@(#)llib-linetutil	1.1	01/02/28 SMI"

/* LINTLIBRARY */
/* PROTOLIB1 */

#include <sys/types.h>
#include <netinet/in.h>
#include <libinetutil.h>

/* octet.c */
int octet_to_hexascii(const void *, uint_t, char *, uint_t *);
int hexascii_to_octet(const char *, uint_t, void *, uint_t *);

/* v4 stuff */
void get_netmask4(const struct in_addr *, struct in_addr *);
