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

  /external/dhcpcd/
if-options.c 67 {"vendorclassid", optional_argument, NULL, 'i'},
382 s = parse_string((char *)ifo->vendorclassid + 1,
387 syslog(LOG_ERR, "vendorclassid: %m");
390 *ifo->vendorclassid = (uint8_t)s;
820 ifo->vendorclassid[0] = snprintf((char *)ifo->vendorclassid + 1,
827 ifo->vendorclassid[0] = snprintf((char *)ifo->vendorclassid + 1,
if-options.h 106 uint8_t vendorclassid[VENDORCLASSID_MAX_LEN + 2]; member in struct:if_options
dhcpcd.8 41 .Op Fl i , Fl Fl vendorclassid Ar vendorclassid
282 .It Fl i , Fl Fl vendorclassid Ar vendorclassid
284 .Ar vendorclassid
292 To work around it, try and impersonate Windows by using the MSFT vendorclassid.
dhcpcd.8.in 41 .Op Fl i , Fl Fl vendorclassid Ar vendorclassid
272 .It Fl i , Fl Fl vendorclassid Ar vendorclassid
274 .Ar vendorclassid
dhcpcd.conf.5 303 .It Ic vendorclassid Ar string
310 To work around it, try and impersonate Windows by using the MSFT vendorclassid.
dhcpcd.conf.5.in 291 .It Ic vendorclassid Ar string
292 Change the default vendorclassid sent from dhcpcd-version.
dhcp.c 1026 if (ifo->vendorclassid[0]) {
1028 memcpy(p, ifo->vendorclassid,
1029 ifo->vendorclassid[0] + 1);
1030 p += ifo->vendorclassid[0] + 1;
    [all...]
dhcpcd.c 163 "\t\t[-i, --vendorclassid vendorclassid] [-l, --leasetime seconds]\n"
    [all...]

Completed in 777 milliseconds