📄 sdli_2.7
字号:
'\" t.\" Don't change the line above. it tells man that tbl is needed..\" -*- nroff -*-.\".\" @(#) sdli_2.7,v 0.7 2000/11/29 02:09:56 brian Stab.\".\" =========================================================================.\".\" Copyright (C) 2000 Brian Bidulock. All Rights Reserved..\".\".\" PUBLIC LICENSE.\".\" This license is provided without fee, provided that the above copy-.\" right notice and this public license must be retained on all copies,.\" extracts, compilations and derivative works. Use or distribution of.\" this work in a manner that restricts its use except as provided here.\" will render this license void..\".\" The author(s) hereby waive any and all other restrictions in respect.\" of their copyright in this software and its associated documentation..\" The authors(s) of this software place in the public domain any novel.\" methods or processes which are embodied in this software..\".\" The author(s) undertook to write it for the sake of the advancement.\" of the Arts and Sciences, but it is provided as is, and the author(s).\" will not take any responsibility in it..\".\" =========================================================================.\".\" Last Modified 2000/11/29 02:09:56 by brian.\".\" sdli_2.7,v.\" Revision 0.7 2000/11/29 02:09:56 brian.\" Added man pages for interfaces..\".\" =========================================================================.TH SDLI 7 "2000/11/29 02:09:56" "SS7 Man Page" "Linux STREAMS Programmer's Manual" .SH "NAME".SH "DESCRIPTION".SS "ADDRESS FORMATS".SS "DATA STRUCTURES"SDLI defines four datastructures for protocol configuration, state, statisticsand event management..PP.B "Protocol Configuration".RS.sp.nftypedef struct sdl_config { sdl_ulong pvar; sdl_ulong popt; sdl_ulong N;} sdl_config_t;.fi.RE.TP.I pvar.TP.I popt.TP.I N.PP.B "Protocol State".RS.sp.nftypedef struct sdl_statem { sdl_ulong daedt_state; sdl_ulong daedr_state; sdl_ulong octet_counting_mode;} sdl_statem_t;.fi.RE.TP.I daedt_state.TP.I daedr_state.TP.I octet_counting_mode.PP.B "Protocol Statistics".RS.sp.nftypedef struct sdl_stats { sdl_ulong bytes_transmitted; sdl_ulong bytes_received;} sdl_stats_t;.fi.RE.TP.I bytes_transmitting.TP.I bytes_received.PP.B "Protocol Events".RS.sp.nftypedef struct sdl_events { sdl_ulong notifications;} sdl_events_t;.fi.RE.TP.I notifications.SH "SYSCTLS"The following sysctls can be accessed by the\fB/proc/sys/ss7/conf/sdl/\fIlinkname\fB/\fR files or with the \fBsysctl\fR(8)interface by prefixing \fBss7.conf.sdl.\fR\fIlinkname\fR to the sysctl name.The \fBsysctl\fR(2) system call can also be used to affect these values withthe integer vector prefix \fI{ CTL_SS7, SS7_CONF, SS7_SDL }\fR.Default values are really only default-default values, and can be changed bychanging the value in the \fB/proc/sys/ss7/conf/sdl/default/\fR files.Default values will have an effect on all subsequently added SS7 signallingdata links; existing signalilng data links will be unaffected. These defaultvalues may also be changed with \fBsysctl\fR(8) by prefixing\fBss7.conf.sdl.default\fR to the sysctl name.The \fBsysctl\fR(2) system call can also be used to affect these values withthe integer vector prefix \fI{ CTL_SS7, SS7_CONF, SS7_SDL, SS7_DFLT }\fR..SH "STREAMS IO".SS "Local Management Primitives".SS "Protocol Service Primitives".SS "Protocol Management Primitives".SH "IOCTLS".SH "ERROR HANDLING".SH "ERRORS".SH "SEE ALSO".SH "CAVEATS".SH "BUGS".SH "RESTRICTIONS".SH "AUTHOR".SH "HISTORY".SH "REFERENCES".SH "COPYING"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -