Searched refs:conf_trap (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/usr.sbin/ntp/ntpdc/ |
| HD | nl.c | 693 (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/ |
| HD | 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 }, 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/ |
| HD | layout.std | 346 sizeof(struct conf_trap) = 48
|
| HD | ntpdc_ops.c | 2448 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/ |
| HD | ntp_request.h | 793 struct conf_trap { struct
|