Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ntp/ntpdc/
HDnl.c693 (int) sizeof(struct conf_trap));
695 (int) offsetof(struct conf_trap, local_address));
697 (int) offsetof(struct conf_trap, trap_address));
699 (int) offsetof(struct conf_trap, trap_port));
701 (int) offsetof(struct conf_trap, unused));
703 (int) offsetof(struct conf_trap, v6_flag));
705 (int) offsetof(struct conf_trap, local_address6));
707 (int) offsetof(struct conf_trap, trap_address6));
/NextBSD/contrib/ntp/ntpd/
HDntp_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 },
2165 register struct conf_trap *ct; in do_setclr_trap()
2186 ct = (struct conf_trap *)&inpkt->u; in do_setclr_trap()
/NextBSD/contrib/ntp/ntpdc/
HDlayout.std346 sizeof(struct conf_trap) = 48
HDntpdc_ops.c2448 struct conf_trap ctrap; in do_addclr_trap()
2457 sendsize = sizeof(struct conf_trap); in do_addclr_trap()
2459 sendsize = v4sizeof(struct conf_trap); in do_addclr_trap()
2496 sizeof(struct conf_trap)); in do_addclr_trap()
/NextBSD/contrib/ntp/include/
HDntp_request.h793 struct conf_trap { struct