Home
last modified time | relevance | path

Searched refs:conf_trap (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c692 (int) sizeof(struct conf_trap));
694 (int) offsetof(struct conf_trap, local_address));
696 (int) offsetof(struct conf_trap, trap_address));
698 (int) offsetof(struct conf_trap, trap_port));
700 (int) offsetof(struct conf_trap, unused));
702 (int) offsetof(struct conf_trap, v6_flag));
704 (int) offsetof(struct conf_trap, local_address6));
706 (int) offsetof(struct conf_trap, trap_address6));
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c160 { REQ_ADD_TRAP, AUTH, v4sizeof(struct conf_trap),
161 sizeof(struct conf_trap), req_set_trap },
162 { REQ_CLR_TRAP, AUTH, v4sizeof(struct conf_trap),
163 sizeof(struct conf_trap), req_clr_trap },
2262 register struct conf_trap *ct; in do_setclr_trap()
2283 ct = (struct conf_trap *)&inpkt->u; in do_setclr_trap()
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std351 sizeof(struct conf_trap) = 48
H A Dntpdc_ops.c2457 struct conf_trap ctrap; in do_addclr_trap()
2466 sendsize = sizeof(struct conf_trap); in do_addclr_trap()
2468 sendsize = v4sizeof(struct conf_trap); in do_addclr_trap()
2505 sizeof(struct conf_trap)); in do_addclr_trap()
/freebsd/contrib/ntp/include/
H A Dntp_request.h798 struct conf_trap { struct