HomeSort by relevance Sort by last modified time
    Searched full:vendorclassid (Results 1 - 6 of 6) sorted by null

  /external/dhcpcd-6.8.2/
dhcpcd.8.in 41 .Op Fl i , Fl Fl vendorclassid Ar vendorclassid
317 .It Fl i , Fl Fl vendorclassid Ar vendorclassid
319 .Ar vendorclassid
327 To work around it, try and impersonate Windows by using the MSFT vendorclassid.
if-options.h 179 uint8_t vendorclassid[VENDORCLASSID_MAX_LEN + 2]; member in struct:if_options
if-options.c 113 {"vendorclassid", optional_argument, NULL, 'i'},
750 s = parse_string((char *)ifo->vendorclassid + 1,
755 logger(ctx, LOG_ERR, "vendorclassid: %m");
758 *ifo->vendorclassid = (uint8_t)s;
    [all...]
dhcpcd.conf.5.in 598 .It Ic vendorclassid Ar string
607 To work around it, try and impersonate Windows by using the MSFT vendorclassid.
dhcp.c 860 if (ifo->vendorclassid[0]) {
862 memcpy(p, ifo->vendorclassid,
863 (size_t)ifo->vendorclassid[0] + 1);
864 p += ifo->vendorclassid[0] + 1;
    [all...]
dhcpcd.c 127 "\t\t[-i, --vendorclassid vendorclassid] [-l, --leasetime seconds]\n"
    [all...]

Completed in 1775 milliseconds