Lines Matching defs:conf_peer
597 struct conf_peer { struct
598 u_int32 peeraddr; /* address to poll */
599 u_char hmode; /* mode, either broadcast, active or client */
600 u_char version; /* version number to poll with */
601 u_char minpoll; /* min host poll interval */
602 u_char maxpoll; /* max host poll interval */
603 u_char flags; /* flags for this request */
604 u_char ttl; /* time to live (multicast) or refclock mode */
605 u_short unused1; /* unused */
606 keyid_t keyid; /* key to use for this association */
607 char keystr[128]; /* public key file name */
608 u_int v6_flag; /* is this v6 or not */
609 u_int unused2; /* unused, padding for peeraddr6 */
610 struct in6_addr peeraddr6; /* ipv6 address to poll */