Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching full:clientid

139 	{"clientid",        optional_argument, NULL, 'I'},
307 /* If processing a string on the clientid, first byte should be
995 ifo->clientid[1] = 0;
997 s = parse_string_hwaddr((char *)ifo->clientid + 1,
1002 logger(ctx, LOG_ERR, "clientid: %m");
1006 ifo->clientid[0] = (uint8_t)s;