Lines Matching defs:conf_peer
618 struct conf_peer { struct
619 u_int32 peeraddr; /* address to poll */
620 u_char hmode; /* mode, either broadcast, active or client */
621 u_char version; /* version number to poll with */
622 u_char minpoll; /* min host poll interval */
623 u_char maxpoll; /* max host poll interval */
624 u_char flags; /* flags for this request */
625 u_char ttl; /* time to live (multicast) or refclock mode */
626 u_short unused1; /* unused */
627 keyid_t keyid; /* key to use for this association */
628 char keystr[128]; /* public key file name */
629 u_int v6_flag; /* is this v6 or not */
630 u_int unused2; /* unused, padding for peeraddr6 */
631 struct in6_addr peeraddr6; /* ipv6 address to poll */