OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:client_v6_capable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_request.c
46
static int
client_v6_capable
= 0; /* the client can handle longer messages */
variable
48
#define v6sizeof(type) (
client_v6_capable
? sizeof(type) : v4sizeof(type))
529
client_v6_capable
= 1;
532
client_v6_capable
= 0;
680
if (!
client_v6_capable
)
686
if (
client_v6_capable
)
733
if (!
client_v6_capable
)
743
if (
client_v6_capable
)
831
if (
client_v6_capable
&& ipl.v6_flag) {
874
if (
client_v6_capable
)
[
all
...]
ntp_request.c
46
static int
client_v6_capable
= 0; /* the client can handle longer messages */
variable
48
#define v6sizeof(type) (
client_v6_capable
? sizeof(type) : v4sizeof(type))
529
client_v6_capable
= 1;
532
client_v6_capable
= 0;
680
if (!
client_v6_capable
)
686
if (
client_v6_capable
)
733
if (!
client_v6_capable
)
743
if (
client_v6_capable
)
831
if (
client_v6_capable
&& ipl.v6_flag) {
874
if (
client_v6_capable
)
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026