Lines Matching defs:speer
45 struct speer { struct
46 struct speer *next; argument
47 sockaddr_u srcadr;
48 u_char version;
49 u_char hmode;
50 u_char hpoll;
51 u_char minpoll;
52 u_char maxpoll;
53 u_int flags;
54 u_char num_events;
55 u_char ttl;
56 u_char leap;
57 u_char pmode;
58 u_char stratum;
59 u_char ppoll;
60 u_char precision; /* should be s_char */
61 u_int32 refid;
62 l_fp reftime;
63 keyid_t keyid;
67 u_int32 opcode; /* last request opcode */
68 associd_t assoc; /* peer association ID */
69 u_int32 crypto; /* peer status word */
70 EVP_PKEY *pkey; /* public key */
71 const EVP_MD *digest; /* message digest algorithm */
72 char *subject; /* certificate subject name */
73 char *issuer; /* certificate issuer name */
74 struct cert_info *xinfo; /* issuer certificate */
75 keyid_t pkeyid; /* previous key ID */
76 keyid_t hcookie; /* host cookie */
77 keyid_t pcookie; /* peer cookie */
78 const struct pkey_info *ident_pkey; /* identity key */
79 BIGNUM *iffval; /* identity challenge (IFF, GQ, MV) */
80 const BIGNUM *grpkey; /* identity challenge key (GQ) */
81 struct value cookval; /* receive cookie values */
82 struct value recval; /* receive autokey values */
83 struct exten *cmmd; /* extension pointer */
84 u_long refresh; /* next refresh epoch */
89 keyid_t *keylist; /* session key ID list */
90 int keynumber; /* current key number */
91 struct value encrypt; /* send encrypt values */
92 struct value sndval; /* send autokey values */
97 l_fp rec; /* receive time stamp */
98 l_fp xmt; /* transmit time stamp */
99 l_fp dst; /* destination timestamp */
100 l_fp aorg; /* origin timestamp */
101 l_fp borg; /* alternate origin timestamp */
102 double offset; /* peer clock offset */
103 double delay; /* peer roundtrip delay */