Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:NotAnInteger

342 		// Normally we resist touching the NotAnInteger fields, but here we're doing tricky bitwise masking so we make an exception
346 if (((intf->ip.ip.v4.NotAnInteger ^ addr->ip.v4.NotAnInteger) & intf->mask.ip.v4.NotAnInteger) == 0)
1998 checksum.NotAnInteger = ~IPv6CheckSum(spa, v6dst, 0x3A, &m->omsg.data[0x36], m->omsg.data[0x13]);