HomeSort by relevance Sort by last modified time
    Searched refs:halen (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
iplink.c 575 static int parse_address(const char *dev, int hatype, int halen,
586 if (alen != halen) {
587 fprintf(stderr, "Wrong address (%s) length: expected %d bytes\n", lla, halen);
621 int htype, halen; local
729 halen = get_address(dev, &htype);
730 if (halen < 0)
733 if (parse_address(dev, htype, halen, newaddr, &ifr0) < 0)
737 if (parse_address(dev, htype, halen, newbrd, &ifr1) < 0)
  /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);

Completed in 35 milliseconds