Home
last modified time | relevance | path

Searched refs:h_ip_dst (Results 1 – 1 of 1) sorted by relevance

/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c3308 uint32_t h_ip_dst; in CheckIPV6Multicast() local
3448 switch (h_ip_dst) in CheckIPV6Multicast()
3466 (h_ip_dst <= 0x00000136)) in CheckIPV6Multicast()
3472 (h_ip_dst <= 0x0000014F)) in CheckIPV6Multicast()
3478 (h_ip_dst <= 0x00027FFD)) in CheckIPV6Multicast()
3484 (h_ip_dst <= 0x000113FF)) in CheckIPV6Multicast()
3490 (h_ip_dst <= 0x0002FFFF)) in CheckIPV6Multicast()
3504 if ((h_ip_dst >= 0x40000001) && in CheckIPV6Multicast()
3505 (h_ip_dst <= 0x7FFFFFFF)) in CheckIPV6Multicast()
3509 else if ((h_ip_dst >= 0x80000000) && in CheckIPV6Multicast()
[all …]