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