summaryrefslogtreecommitdiffstats
path: root/tapsets/API-format-ipaddr.html
diff options
authorwcohen <wcohen>2012-06-29 16:17:05 +0000
committerwcohen <wcohen>2012-06-29 16:17:05 +0000
commit738e32e7f287c6114b34b7fefd9cdc358dc7f476 (patch)
treec90a1ec2f26dde8b400da14dbc4418ba480f3cee /tapsets/API-format-ipaddr.html
parentRemove old Systemtap-1.7 tapset reference manual. (diff)
Add the Systemtap-1.8 Tapset Reference manual.
Diffstat (limited to 'tapsets/API-format-ipaddr.html')
-rw-r--r--tapsets/API-format-ipaddr.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tapsets/API-format-ipaddr.html b/tapsets/API-format-ipaddr.html
new file mode 100644
index 00000000..eb5bd8ed
--- /dev/null
+++ b/tapsets/API-format-ipaddr.html
@@ -0,0 +1,9 @@
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>function::format_ipaddr</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="networking.stp.html" title="Chapter&#160;13.&#160;Networking Tapset"><link rel="prev" href="networking.stp.html" title="Chapter&#160;13.&#160;Networking Tapset"><link rel="next" href="API-htonl.html" title="function::htonl"></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"><span>function::format_ipaddr</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="networking.stp.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;13.&#160;Networking Tapset</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-htonl.html">Next</a></td></tr></table><hr></div><div class="refentry" title="function::format_ipaddr"><a name="API-format-ipaddr"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::format_ipaddr &#8212;
2 Returns a string representation for an IP address
3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
4 format_ipaddr:string(addr:long,family:long)
5</pre></div><div class="refsect1" title="Arguments"><a name="id486036"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
6 the IP address
7 </p></dd><dt><span class="term"><em class="parameter"><code>family</code></em></span></dt><dd><p>
8 the IP address family (either AF_INET or AF_INET6)
9 </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="networking.stp.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="networking.stp.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-htonl.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&#160;13.&#160;Networking Tapset&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span>function::htonl</span></td></tr></table></div></body></html>