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

  /external/iproute2/ip/
iplink.c 658 static int parse_address(const char *dev, int hatype, int halen,
669 if (alen != halen) {
670 fprintf(stderr, "Wrong address (%s) length: expected %d bytes\n", lla, halen);
704 int htype, halen; local
812 halen = get_address(dev, &htype);
813 if (halen < 0)
816 if (parse_address(dev, htype, halen, newaddr, &ifr0) < 0)
820 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 145 milliseconds