OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FQDN
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/rump_dhcpclient/
dhcp.h
116
/*
FQDN
values - lsnybble used in flags
120
enum
FQDN
{
/src/external/bsd/dhcpcd/dist/src/
dhcp.h
132
/*
FQDN
values - lsnybble used in flags
136
enum
FQDN
{
/src/sys/netinet6/
icmp6.c
746
enum { WRU,
FQDN
} mode;
754
mode =
FQDN
;
758
if (mode ==
FQDN
) {
1228
struct ni_reply_fqdn *
fqdn
;
local
1351
* - we are not sure if the node has
FQDN
as
1418
* as an
FQDN
query for backward compatibility.
1468
/* supports NOOP, SUPTYPES,
FQDN
, and NODEADDR */
1475
fqdn
= (struct ni_reply_fqdn *)(mtod(n, char *) +
1478
fqdn
->ni_fqdn_ttl = 0; /* ditto. */
1480
* XXX do we really have
FQDN
in variable "hostname"
[
all
...]
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h
1688
domainname
fqdn
;
member in struct:HostnameInfo
2497
domainname
FQDN
;
3019
extern mDNSu8 *ConstructServiceName(domainname *const
fqdn
, const domainlabel *name, const domainname *type, const domainname *const domain);
3020
extern mDNSBool DeconstructServiceName(const domainname *const
fqdn
, domainlabel *const name, domainname *const type, domainname *const domain);
3156
extern void mDNS_AddDynDNSHostName(mDNS *m, const domainname *
fqdn
, mDNSRecordCallback *StatusCallback, const void *StatusContext);
3157
extern void mDNS_RemoveDynDNSHostName(mDNS *m, const domainname *
fqdn
);
3416
extern mDNSBool mDNSPlatformSetDNSConfig(mDNSBool setservers, mDNSBool setsearch, domainname *const
fqdn
, DNameListElem **RegDomains,
Completed in 32 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026