Searched refs:icon_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.pl230 my ($icon_offset) = unpack("n", @packet[6] . @packet[7]);
231 print "Volume Icon & Mask offset: $icon_offset\n" if ($main::debug);
232 print "Volume Icon & Mask: exist\n" if ($icon_offset);
297 draw_icon($icon_offset, @packet) if ($main::show_icon && $icon_offset);
H A Dasip-status.pl.in230 my ($icon_offset) = unpack("n", @packet[6] . @packet[7]);
231 print "Volume Icon & Mask offset: $icon_offset\n" if ($main::debug);
232 print "Volume Icon & Mask: exist\n" if ($icon_offset);
297 draw_icon($icon_offset, @packet) if ($main::show_icon && $icon_offset);

Completed in 32 milliseconds