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

  /external/dnsmasq/contrib/wrt/
dhcp_release.c 142 static int parse_hex(char *in, unsigned char *out, int maxlen, int *mac_type)
147 if (mac_type)
148 *mac_type = 0;
158 if (*r == '-' && i == 0 && mac_type)
161 *mac_type = strtol(in, NULL, 16);
162 mac_type = NULL;
251 int mac_type; local
290 packet.hlen = parse_hex(argv[3], packet.chaddr, DHCP_CHADDR_MAX, &mac_type);
291 if (mac_type == 0)
294 packet.htype = mac_type;
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.h 1391 e1000_mac_type mac_type; member in struct:e1000_hw
    [all...]

Completed in 1849 milliseconds