| /src/external/bsd/ntp/dist/ntpdate/ |
| ntpdate.h | 23 u_char stratum; /* stratum of remote server */ member in struct:server
|
| /src/external/bsd/ntp/dist/sntp/ |
| networking.h | 60 u_char stratum; member in struct:speer
|
| main.c | 1141 x_pkt->stratum = STRATUM_TO_PKT(STRATUM_UNSPEC); 1179 int stratum; local 1263 stratum = rpkt->stratum; 1264 if (0 == stratum) 1265 stratum = 16; 1298 hostnameaddr(hostname, host), stratum,
|
| /src/external/bsd/tcpdump/dist/ |
| print-ntp.c | 59 * |LI | VN |Mode | Stratum | Poll | Precision | 101 nd_uint8_t stratum; /* Stratum level */ member in struct:ntp_time_data 149 * Stratum Definitions 233 uint8_t stratum; local 238 stratum = GET_U_1(bp->stratum); 239 ND_PRINT(", Stratum %u (%s)", 240 stratum, 241 tok2str(ntp_stratum_values, (stratum >=2 && stratum<=15) ? "secondary reference" : "reserved", stratum)) [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_refclock.h | 180 u_char stratum; /* server stratum */ member in struct:refclockproc
|
| ntp_request.h | 376 u_char stratum; /* stratum of peer */ member in struct:info_peer_summary 403 u_char stratum; /* peer.stratum */ member in struct:info_peer 501 u_char stratum; /* our stratum */ member in struct:info_sys
|
| ntp.h | 236 #define TEST6 0x0020 /* bad synch or stratum */ 245 #define TEST10 0x0200 /* peer bad synch or stratum */ 301 u_char stratum; /* remote stratum */ member in struct:peer 447 * Values for peer.stratum, sys_stratum 449 #define STRATUM_REFCLOCK ((u_char)0) /* default stratum */ 450 /* A stratum of 0 in the packet is mapped to 16 internally */ 554 u_char stratum; /* peer stratum */ member in struct:pkt 619 * Dealing with stratum. 0 gets mapped to 16 incoming, and back to [all...] |
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-subs.c | 1610 { "stratum", 0 }, /* 2 */ 1628 { "stratum", 0 }, /* 2 */ 1648 { "stratum", 0 }, /* 3 */ 1698 u_long stratum = 0; local 1826 } else if (!strcmp("stratum", name)) { 1827 decodeuint(value, &stratum); 1955 stratum, type, 3991 VDC_INIT("stratum", "stratum: ", NTP_STR),
|
| /src/external/gpl3/gdb/dist/gdb/ |
| target.c | 893 /* If the commit_resume_state of the to-be-killed-inferior's process stratum 1156 if (t->stratum () == process_stratum) 1182 strata stratum = t->stratum (); local 1184 /* If there's already a target at this stratum, remove it. */ 1186 if (m_stack[stratum].get () != nullptr) 1187 unpush (m_stack[stratum].get ()); 1190 m_stack[stratum] = std::move (ref); 1192 if (m_top < stratum) 1193 m_top = stratum; 1206 strata stratum = t->stratum (); local 3718 dummy_target::stratum () const function in class:dummy_target 3724 debug_target::stratum () const function in class:debug_target [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| target.c | 892 /* If the commit_resume_state of the to-be-killed-inferior's process stratum 1155 if (t->stratum () == process_stratum) 1181 strata stratum = t->stratum (); local 1183 /* If there's already a target at this stratum, remove it. */ 1185 if (m_stack[stratum].get () != nullptr) 1186 unpush (m_stack[stratum].get ()); 1189 m_stack[stratum] = std::move (ref); 1191 if (m_top < stratum) 1192 m_top = stratum; 1205 strata stratum = t->stratum (); local 3688 dummy_target::stratum () const function in class:dummy_target 3694 debug_target::stratum () const function in class:debug_target [all...] |