Home | History | Annotate | Download | only in netinet6

Lines Matching defs:im

1145 			struct mrt6msg *im;
1176 im = NULL;
1185 im = mtod(mm, struct mrt6msg *);
1186 im->im6_msgtype = MRT6MSG_NOCACHE;
1187 im->im6_mbz = 0;
1213 im->im6_mif = mifi;
1405 struct mrt6msg *im;
1415 im = NULL;
1423 im = mtod(mm, struct mrt6msg *);
1424 im->im6_msgtype = MRT6MSG_WRONGMIF;
1425 im->im6_mbz = 0;
1447 im->im6_mif = iif;
1448 sin6.sin6_addr = im->im6_src;