Searched refs:signature_offset (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dasip-status.pl257 my ($signature_offset) = unpack("n2", @packet[$offset] . @packet[$offset+1]);
258 print "Signature offset: $signature_offset\n" if ($main::debug);
259 if ($signature_offset)
261 my ($signature) = join("", @packet[$signature_offset..$signature_offset+15]);
H A Dasip-status.pl.in257 my ($signature_offset) = unpack("n2", @packet[$offset] . @packet[$offset+1]);
258 print "Signature offset: $signature_offset\n" if ($main::debug);
259 if ($signature_offset)
261 my ($signature) = join("", @packet[$signature_offset..$signature_offset+15]);

Completed in 63 milliseconds