pike.git/
lib/
modules/
Protocols.pmod/
DNS.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-27
2002-11-27 01:59:13 by Marek Habersack <mhabersack@novell.com>
1f9e127ee630d2c89b07592e542194ac554e7002 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
right. not quite the intended effect.
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.66
1:
// Not yet finished -- Fredrik Hubinette // RFC 1035
-
//! $Id: DNS.pmod,v 1.
65
2002/11/27 01:
10
:
35
grendel Exp $
+
//! $Id: DNS.pmod,v 1.
66
2002/11/27 01:
59
:
13
grendel Exp $
#pike __REAL_VERSION__
814:
//! DNS name(s). //! @endarray //!
-
array gethostbyaddr(string
hostip
)
+
array gethostbyaddr(string
s
)
{ mapping m=do_sync_query(mkquery(arpa_from_ip(s), C_IN, T_PTR)); if (m) {