1Net::NBName::NameQuery(U3s)er Contributed Perl DocumentatNieotn::NBName::NameQuery(3)
2
3
4
6 Net::NBName::NameQuery - NetBIOS Name Query Response
7
9 Net::NBName::NameQuery represents a decoded NetBIOS name query
10 response.
11
13 $nq->addresses
14 Returns a list of ip addresses returned for the queried name. These
15 are returned as a list of "Net::NBName::NameQuery::RR" records.
16
17 Most name queries will only return one ip address, but you will get
18 multiple ip addresses returned for names registered by multihomed
19 hosts or for group name queries.
20
21 $nq->ttl
22 Time to live. This is the lifespan of the name registration.
23
24 $nq->RA
25 Recursion available. This flag is typically set if the responding
26 host is an NBNS server, and can be used to determine if it was an
27 NBNS server that responded.
28
29 $nq->as_string
30 Returns the object's string representation.
31
33 Net::NBName
34
36 Copyright (c) 2002, 2003, 2004 James Macfarlane. All rights reserved.
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40
41
42perl v5.28.0 2006-06-25 Net::NBName::NameQuery(3)