Searched defs:conf_peer (Results 1 – 1 of 1) sorted by relevance
597 struct conf_peer { struct598 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 */[all …]