OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsp_type
(Results
1 - 11
of
11
) sorted by relevancy
/src/usr.sbin/timed/timed/
readmsg.c
50
(((mtype) == TSP_ANY || (mtype) == (msg).
tsp_type
) && \
151
&& ptr->info.
tsp_type
== msgin.
tsp_type
) {
259
if (msgin.
tsp_type
!= TSP_TRACEON &&
260
msgin.
tsp_type
!= TSP_SETDATE &&
261
msgin.
tsp_type
!= TSP_MSITE &&
262
msgin.
tsp_type
!= TSP_TEST &&
263
msgin.
tsp_type
!= TSP_TRACEOFF) {
279
&& msgin.
tsp_type
!= TSP_SETDATE
280
&& msgin.
tsp_type
!= TSP_TES
[
all
...]
byteorder.c
49
switch (ptr->
tsp_type
) {
68
switch (ptr->
tsp_type
) {
candidate.c
77
msg.
tsp_type
= TSP_ELECTION;
93
switch (resp->
tsp_type
) {
133
msg.
tsp_type
= TSP_REFUSE;
slave.c
143
to.
tsp_type
= TSP_LOOP;
167
switch (msg->
tsp_type
) {
207
switch (msg->
tsp_type
) {
381
to.
tsp_type
= TSP_QUIT;
388
to.
tsp_type
= TSP_REFUSE;
391
to.
tsp_type
= TSP_ACCEPT;
406
to.
tsp_type
= TSP_QUIT;
433
to.
tsp_type
= TSP_RESOLVE;
440
to.
tsp_type
= TSP_QUIT;
457
to.
tsp_type
= TSP_MSITEREQ
[
all
...]
acksend.c
53
msg.
tsp_type
= type;
correct.c
79
to.
tsp_type
= TSP_SETTIME;
86
to.
tsp_type
= TSP_ADJTIME;
master.c
142
to.
tsp_type
= TSP_LOOP;
154
switch (msg->
tsp_type
) {
235
to.
tsp_type
= TSP_QUIT;
261
to.
tsp_type
= TSP_RESOLVE;
269
to.
tsp_type
= TSP_QUIT;
306
to.
tsp_type
= TSP_QUIT;
467
to.
tsp_type
= TSP_SETTIME;
747
to.
tsp_type
= TSP_SETTIME;
timed.c
440
msg.
tsp_type
= TSP_QUIT;
457
resp.
tsp_type
= TSP_MASTERREQ;
530
conflict.
tsp_type
= TSP_CONFLICT;
/src/include/protocols/
timed.h
48
uint8_t
tsp_type
;
member in struct:tsp
/src/usr.sbin/timed/timedc/
cmds.c
124
i = msg->
tsp_type
;
346
msg.
tsp_type
= TSP_MSITE;
366
if (msg.
tsp_type
== TSP_ACK) {
421
msg.
tsp_type
= TSP_TEST;
462
msg.
tsp_type
= TSP_TRACEON;
465
msg.
tsp_type
= TSP_TRACEOFF;
491
if (msg.
tsp_type
== TSP_ACK)
/src/bin/date/
netdate.c
67
i = msg->
tsp_type
;
119
msg.
tsp_type
= TSP_SETDATE;
179
switch (msg.
tsp_type
) {
Completed in 28 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026