OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalDomain
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/core/fs/pxe/
dnsresolv.c
114
if (!strchr(name, '.') &&
LocalDomain
[0]) {
115
snprintf(fullname, sizeof fullname, "%s.%s", name,
LocalDomain
);
dhcp_option.c
9
char
LocalDomain
[256];
51
memcpy(
LocalDomain
, data, opt_len);
52
LocalDomain
[opt_len] = 0;
224
*
LocalDomain
- Local domain name
pxe.h
171
extern char
LocalDomain
[];
bios.c
404
*
LocalDomain
= 0; /* No
LocalDomain
received */
/external/syslinux/core/legacynet/
dnsresolv.c
268
p = stpcpy(p,
LocalDomain
);
Completed in 82 milliseconds