Searched refs:conf_trap (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 692 (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 D | ntp_request.c | 160 { 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 D | layout.std | 351 sizeof(struct conf_trap) = 48
|
H A D | ntpdc_ops.c | 2457 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 D | ntp_request.h | 798 struct conf_trap { struct
|