Home | History | Annotate | Download | only in libpcap

Lines Matching refs:xff

1515 ((((y)&0xff)<<24) | (((y)&0xff00)<<8) | (((y)&0xff0000)>>8) | (((y)>>24)&0xff))
5091 memset(&mask128, 0xff, sizeof(mask128));
5448 memset(&mask, 0xff, masklen / 8);
5451 (0xff << (8 - masklen % 8)) & 0xff;
6068 static u_char ebroadcast[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };