OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:halen
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-atalk.c
58
u_int8_t
halen
, palen;
member in struct:aarp
206
ap->
halen
== 6 && ap->palen == 4 )
224
(void)printf("len %u op %u htype %u ptype %#x
halen
%u palen %u",
226
EXTRACT_16BITS(&ap->ptype), ap->
halen
, ap->palen);
/external/iproute2/ip/
iplink.c
747
static int parse_address(const char *dev, int hatype, int
halen
,
758
if (alen !=
halen
) {
759
fprintf(stderr, "Wrong address (%s) length: expected %d bytes\n", lla,
halen
);
793
int htype,
halen
;
local
899
halen
= get_address(dev, &htype);
900
if (
halen
< 0)
903
if (parse_address(dev, htype,
halen
, newaddr, &ifr0) < 0)
907
if (parse_address(dev, htype,
halen
, newbrd, &ifr1) < 0)
Completed in 2731 milliseconds