1Net::NBName::NameQuery(U3s)er Contributed Perl DocumentatNieotn::NBName::NameQuery(3)
2
3
4

NAME

6       Net::NBName::NameQuery - NetBIOS Name Query Response
7

DESCRIPTION

9       Net::NBName::NameQuery represents a decoded NetBIOS name query
10       response.
11

METHODS

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

SEE ALSO

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.30.0                      2019-07-26         Net::NBName::NameQuery(3)
Impressum