Searched refs:info_trap (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 666 (int) sizeof(struct info_trap)); 668 (int) offsetof(struct info_trap, local_address)); 670 (int) offsetof(struct info_trap, trap_address)); 672 (int) offsetof(struct info_trap, trap_port)); 674 (int) offsetof(struct info_trap, sequence)); 676 (int) offsetof(struct info_trap, settime)); 678 (int) offsetof(struct info_trap, origtime)); 680 (int) offsetof(struct info_trap, resets)); 682 (int) offsetof(struct info_trap, flags)); 684 (int) offsetof(struct info_trap, v6_flag)); [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 338 sizeof(struct info_trap) = 64
|
H A D | ntpdc_ops.c | 2369 struct info_trap *it; in traps() 2390 if (!checkitemsize(itemsize, sizeof(struct info_trap)) && in traps() 2391 !checkitemsize(itemsize, v4sizeof(struct info_trap))) in traps()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 2177 struct info_trap *it; in req_get_traps() 2186 it = (struct info_trap *)prepare_pkt(srcadr, inter, inpkt, in req_get_traps() 2187 v6sizeof(struct info_trap)); in req_get_traps() 2214 it = (struct info_trap *)more_pkt();
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 781 struct info_trap { struct
|