1Net::NBName::NameQuery:U:sReRr(3C)ontributed Perl DocumeNnetta:t:iNoBnName::NameQuery::RR(3)
2
3
4
6 Net::NBName::NameQuery::RR - NetBIOS Name Query Response Resource
7 Record
8
10 Net::NBName::NameQuery::RR represents an ip address entry returned as
11 part of a NetBIOS name query response.
12
14 $rr->address
15 Returns the ip address as a dotted quad.
16
17 $rr->G
18 Group flag. Indicates whether the name is a unique or a group name.
19 It is returned as a string: either "UNIQUE" or "GROUP" will be
20 returned.
21
22 $rr->ONT
23 Owner Node Type flag. Indicates if the systems are B, P, H, or
24 M-node. It will be returned as a string.
25
26 $rr->as_string
27 Returns the object's string representation.
28
30 Net::NBName, Net::NBName::NameQuery
31
33 Copyright (c) 2002, 2003, 2004 James Macfarlane. All rights reserved.
34 This program is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37
38
39perl v5.36.0 2022-07-22 Net::NBName::NameQuery::RR(3)