OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mudurl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
if-options.h
312
uint8_t
mudurl
[DHCP_OPTION_MAX_LEN + 1];
member in struct:if_options
dhcp.c
1127
if (ifo->
mudurl
[0]) {
1128
AREA_CHECK(ifo->
mudurl
[0]);
1130
memcpy(p, ifo->
mudurl
, (size_t)ifo->
mudurl
[0] + 1);
1131
p += ifo->
mudurl
[0] + 1;
dhcp6.c
826
if (dho_policy_allowed(pg, D6_OPTION_MUDURL) && ifo->
mudurl
[0])
827
len += sizeof(o) + ifo->
mudurl
[0];
1203
if (dho_policy_allowed(pg, D6_OPTION_MUDURL) && ifo->
mudurl
[0])
1204
COPYIN(D6_OPTION_MUDURL, ifo->
mudurl
+ 1,
1205
ifo->
mudurl
[0]);
if-options.c
170
{ "
mudurl
", required_argument, NULL, O_MUDURL },
2561
s = parse_string((char *)ifo->
mudurl
+ 1,
2562
sizeof(ifo->
mudurl
) - 1, arg);
2564
logerr("
mudurl
");
2567
*ifo->
mudurl
= (uint8_t)s;
Completed in 54 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026