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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/logon/mklogon/
H A Dmklogon.pl263 my ( $iprange, $iprange2, $ipmask );
267 $ipmask = pack( "U4", 0, 0, 0, 0 );
270 vec( $ipmask, int( $i / 8 ) * 8 + ( 8 - ( $i % 8 ) ) - 1, 1 ) = 1;
272 $iprange &= "$ipmask";
276 $ipmask = pack( "U4", $5, $6, $7, $8 );
277 $iprange &= "$ipmask";
281 $ipmask = pack( "U4", 255, 255, 255, 255 );
286 $ipmask = pack( "U4", 255, 255, 255, 255 );
290 return $iprange, $ipmask, $iprange2;
294 my ( $origip, $ipbase, $ipmask,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Diucv.c293 u8 ipmask; member in struct:iucv_cmd_set_mask
383 * ipmask contains bits for the different interrupts
392 parm->set_mask.ipmask = 0xf8;
397 * ipmask contains bits for the different interrupts
405 parm->set_mask.ipmask = 0xf8;
445 parm->set_mask.ipmask = 0x08;
449 parm->set_mask.ipmask = 0x20;

Completed in 64 milliseconds