Searched refs:session_idxs (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.sbin/relayd/ |
H A D | agentx_control.c | 204 struct agentx_index *session_idxs[2]; in agentx_init() local 253 session_idxs[0] = relaydSessionRelayIdx; in agentx_init() 254 session_idxs[1] = relaydSessionIdx; in agentx_init() 379 AGENTX_OID(RELAYDSESSIONINDEX), session_idxs, 2, 0, in agentx_init() 385 AGENTX_OID(RELAYDSESSIONINADDR), session_idxs, 2, 0, in agentx_init() 391 AGENTX_OID(RELAYDSESSIONOUTADDR), session_idxs, 2, 0, in agentx_init() 397 AGENTX_OID(RELAYDSESSIONPORTIN), session_idxs, 2, 0, in agentx_init() 403 AGENTX_OID(RELAYDSESSIONAGE), session_idxs, 2, 0, in agentx_init() 406 AGENTX_OID(RELAYDSESSIONIDLE), session_idxs, 2, 0, in agentx_init() 409 AGENTX_OID(RELAYDSESSIONSTATUS), session_idxs, 2, 0, in agentx_init() [all …]
|