diff options
| author | wcohen <wcohen> | 2012-06-29 15:50:57 +0000 |
|---|---|---|
| committer | wcohen <wcohen> | 2012-06-29 15:50:57 +0000 |
| commit | 0fcbdb503315125ff486397756d467c992fe33fc (patch) | |
| tree | ef4300588ea30bccb3ad1132824351fe195554c5 /tapsets/API-ipmib-tcp-remote-port.html | |
| parent | Add the Systemtap-1.8 beginners guide. (diff) | |
Remove old Systemtap-1.7 tapset reference manual.
Diffstat (limited to 'tapsets/API-ipmib-tcp-remote-port.html')
| -rw-r--r-- | tapsets/API-ipmib-tcp-remote-port.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tapsets/API-ipmib-tcp-remote-port.html b/tapsets/API-ipmib-tcp-remote-port.html deleted file mode 100644 index 2eb38fe9..00000000 --- a/tapsets/API-ipmib-tcp-remote-port.html +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::ipmib_tcp_remote_port</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="snmp.stp.html" title="Chapter 15. SNMP Information Tapset"><link rel="prev" href="API-ipmib-tcp-local-port.html" title="function::ipmib_tcp_local_port"><link rel="next" href="API-linuxmib-filter-key.html" title="function::linuxmib_filter_key"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"> | ||
| 2 | <span>function::ipmib_tcp_remote_port</span> | ||
| 3 | </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-ipmib-tcp-local-port.html">Prev</a> </td><th width="60%" align="center">Chapter 15. SNMP Information Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-linuxmib-filter-key.html">Next</a></td></tr></table><hr></div><div class="refentry" title="function::ipmib_tcp_remote_port"><a name="API-ipmib-tcp-remote-port"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::ipmib_tcp_remote_port — | ||
| 4 | Get the remote tcp port | ||
| 5 | </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting"> | ||
| 6 | ipmib_tcp_remote_port:long(skb:long,SourceIsLocal:long) | ||
| 7 | </pre></div><div class="refsect1" title="Arguments"><a name="id410218"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"> | ||
| 8 | <em class="parameter"><code>skb</code></em> | ||
| 9 | </span></dt><dd><p> | ||
| 10 | pointer to a struct sk_buff | ||
| 11 | </p></dd><dt><span class="term"> | ||
| 12 | <em class="parameter"><code>SourceIsLocal</code></em> | ||
| 13 | </span></dt><dd><p> | ||
| 14 | flag to indicate whether local operation | ||
| 15 | </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="id410265"></a><h2>Description</h2><p> | ||
| 16 | Returns the remote tcp port from <em class="parameter"><code>skb</code></em>. | ||
| 17 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-ipmib-tcp-local-port.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="snmp.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-linuxmib-filter-key.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> | ||
| 18 | <span>function::ipmib_tcp_local_port</span> | ||
| 19 | </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> | ||
| 20 | <span>function::linuxmib_filter_key</span> | ||
| 21 | </td></tr></table></div></body></html> | ||
