Home | History | Annotate | Download | only in system

Lines Matching refs:packet

32 use Net::DNS::Packet;
66 my $packet;
68 $packet = new Net::DNS::Packet();
72 ($packet, $err) = new Net::DNS::Packet();
77 $packet->header->rd(1);
78 $packet->push(question => $q);
87 my $bytes = $sock->send($packet->data);
89 #print (" ", unpack("H* ", $packet->data), "\n");