📄 tcpconnectiontable.h
字号:
* GET function declarations */ /* ********************************************************************* * GET Table declarations *//********************************************************************** ********************************************************************** *** *** Table tcpConnectionTable *** ********************************************************************** **********************************************************************/ /* * TCP-MIB::tcpConnectionTable is subid 19 of tcp. * Its status is Current. * OID: .1.3.6.1.2.1.6.19, length: 8 */ /* * indexes */ int tcpConnectionState_get(tcpConnectionTable_rowreq_ctx * rowreq_ctx, u_long * tcpConnectionState_val_ptr); int tcpConnectionProcess_get(tcpConnectionTable_rowreq_ctx * rowreq_ctx, u_long * tcpConnectionProcess_val_ptr); int tcpConnectionTable_indexes_set_tbl_idx(tcpConnectionTable_mib_index * tbl_idx, u_long tcpConnectionLocalAddressType_val, char *tcpConnectionLocalAddress_val_ptr, size_t tcpConnectionLocalAddress_val_ptr_len, u_long tcpConnectionLocalPort_val, u_long tcpConnectionRemAddressType_val, char *tcpConnectionRemAddress_val_ptr, size_t tcpConnectionRemAddress_val_ptr_len, u_long tcpConnectionRemPort_val); int tcpConnectionTable_indexes_set(tcpConnectionTable_rowreq_ctx * rowreq_ctx, u_long tcpConnectionLocalAddressType_val, char *tcpConnectionLocalAddress_val_ptr, size_t tcpConnectionLocalAddress_val_ptr_len, u_long tcpConnectionLocalPort_val, u_long tcpConnectionRemAddressType_val, char *tcpConnectionRemAddress_val_ptr, size_t tcpConnectionRemAddress_val_ptr_len, u_long tcpConnectionRemPort_val); /* ********************************************************************* * SET function declarations */ /* ********************************************************************* * SET Table declarations *//********************************************************************** ********************************************************************** *** *** Table tcpConnectionTable *** ********************************************************************** **********************************************************************/ /* * TCP-MIB::tcpConnectionTable is subid 19 of tcp. * Its status is Current. * OID: .1.3.6.1.2.1.6.19, length: 8 */ int tcpConnectionTable_undo_setup(tcpConnectionTable_rowreq_ctx * rowreq_ctx); int tcpConnectionTable_undo_cleanup(tcpConnectionTable_rowreq_ctx * rowreq_ctx); int tcpConnectionTable_undo(tcpConnectionTable_rowreq_ctx * rowreq_ctx); int tcpConnectionTable_commit(tcpConnectionTable_rowreq_ctx * rowreq_ctx); int tcpConnectionTable_undo_commit(tcpConnectionTable_rowreq_ctx * rowreq_ctx); int tcpConnectionState_check_value(tcpConnectionTable_rowreq_ctx * rowreq_ctx, u_long tcpConnectionState_val); int tcpConnectionState_undo_setup(tcpConnectionTable_rowreq_ctx * rowreq_ctx); int tcpConnectionState_set(tcpConnectionTable_rowreq_ctx * rowreq_ctx, u_long tcpConnectionState_val); int tcpConnectionState_undo(tcpConnectionTable_rowreq_ctx * rowreq_ctx); int tcpConnectionProcess_check_value(tcpConnectionTable_rowreq_ctx * rowreq_ctx, u_long tcpConnectionProcess_val); int tcpConnectionProcess_undo_setup(tcpConnectionTable_rowreq_ctx * rowreq_ctx); int tcpConnectionProcess_set(tcpConnectionTable_rowreq_ctx * rowreq_ctx, u_long tcpConnectionProcess_val); int tcpConnectionProcess_undo(tcpConnectionTable_rowreq_ctx * rowreq_ctx); int tcpConnectionTable_check_dependencies(tcpConnectionTable_rowreq_ctx * ctx); /* * DUMMY markers, ignore * * TODO:099:x: ************************************************************* * TODO:199:x: ************************************************************* * TODO:299:x: ************************************************************* * TODO:399:x: ************************************************************* * TODO:499:x: ************************************************************* */#ifdef __cplusplus}#endif#endif /* TCPCONNECTIONTABLE_H *//** @} */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -