Hi Ian..
Hello, Thnks, MulyadiMay we know, what does "daddr" refer to?oops ! I my bad ! Instead : if (htonl(0xC0A80067) == daddr) it should be: if (htonl(0xC0A80067) == iph->daddr) daddr is a field of ip header (struct iphdr) defined thus: __be32 daddr
OK, so now we know it's not something related to wrong ordering :) regards, Mulyadi -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ