Lines Matching defs:if_info
79 struct if_info {
85 struct if_info *ii_alias;
86 struct if_info *ii_next;
92 static struct if_info *iflist;
103 static void rarp_process(struct if_info *, u_char *);
104 static void rarp_reply(struct if_info *, struct ether_header *, u_int32_t,
192 struct if_info *h;
193 struct if_info *p;
208 p = (struct if_info *)malloc(sizeof(*p));
441 struct if_info *ii;
575 rarp_process(struct if_info *ii, u_char *pkt)
774 rarp_reply(struct if_info *ii, struct ether_header *ep, u_int32_t ipaddr,