if_info
static void rarp_process(struct if_info *, u_char *, u_int);
static void rarp_reply(struct if_info *, struct ether_header *,
struct if_info *ii, *ii2;
ii = (struct if_info *)malloc(sizeof(*ii));
ii2 = (struct if_info *)malloc(sizeof(*ii2));
struct if_info *ii, *nii, *lii;
struct if_info *ii;
rarp_process(struct if_info *ii, u_char *pkt, u_int len)
struct if_info *ii_next;
rarp_reply(struct if_info *ii, struct ether_header *ep, in_addr_t ipaddr,
static struct if_info *iflist;