dl_addr.c revision 50c83d09652262aba75a6182b3203c80b48b092b
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
* Data Link API - Make Address
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include <errno.h>
#include <dluser.h>
#include <dlhdr.h>
extern struct dl_descriptor *_getdesc();
struct dl_address *
{
struct dl_address *addr;
struct dl_descriptor *dl;
int alen;
return (NULL);
}
return (NULL);
}
int err;
return (NULL);
}
}
int err;
}
return (NULL);
}
}
return (addr);
}
/* destination address only */
struct dl_address *
int oitype)
{
struct dl_address *da;
struct dl_descriptor *dl;
return (NULL);
return (NULL);
if (sap > 1500) {
return (da);
} else if (sap < 512) {
return (da);
}
return (NULL);
}
int
{
return (-1);
if (paddr) {
}
if (sap) {
switch (len) {
case 8:
break;
case 7:
case 12:
if (*sap == 0xAA) {
if (len != 12)
return (-1);
if (oi)
if (oitype)
*oitype =
*(unsigned short *)(addr + 10);
}
break;
default:
return (-1);
}
}
return (0);
}