OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vendorclassid
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd/
if-options.h
106
uint8_t
vendorclassid
[VENDORCLASSID_MAX_LEN + 2];
member in struct:if_options
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;
814
ifo->
vendorclassid
[0] = snprintf((char *)ifo->
vendorclassid
+ 1,
821
ifo->
vendorclassid
[0] = snprintf((char *)ifo->
vendorclassid
+ 1,
dhcp.c
1022
if (ifo->
vendorclassid
[0]) {
1024
memcpy(p, ifo->
vendorclassid
,
1025
ifo->
vendorclassid
[0] + 1);
1026
p += ifo->
vendorclassid
[0] + 1;
[
all
...]
Completed in 138 milliseconds