Home | History | Annotate | Download | only in ip

Lines Matching refs:i_key

107 				p->i_key = p->o_key = get_addr32(*argv);
113 p->i_key = p->o_key = htonl(uval);
120 p->i_key = get_addr32(*argv);
126 p->i_key = htonl(uval);
239 if (p->i_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
240 p->i_key = p->iph.daddr;
313 inet_ntop(AF_INET, &p->i_key, s3, sizeof(s3));
379 if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->i_key)
449 (p->i_key && p1.i_key != p->i_key))