Searched refs:machinetype_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.pl.in210 my ($machinetype_offset) = unpack("n", @packet[0] . @packet[1]);
211 print "Machine type offset in packet: $machinetype_offset\n" if ($main::debug);
212 my ($machinetype) = extract(1, $machinetype_offset, @packet);
H A Dasip-status.pl210 my ($machinetype_offset) = unpack("n", @packet[0] . @packet[1]);
211 print "Machine type offset in packet: $machinetype_offset\n" if ($main::debug);
212 my ($machinetype) = extract(1, $machinetype_offset, @packet);

Completed in 51 milliseconds