ic_device
struct ic_device *d;
struct ic_device *next;
static struct ic_device *ic_first_dev __initdata; /* List of open device */
static struct ic_device *ic_dev __initdata; /* Selected device */
struct ic_device *d, **last;
if (!(d = kmalloc_obj(struct ic_device))) {
struct ic_device *d, *next;
struct ic_device *d;
static void __init ic_rarp_send_if(struct ic_device *d)
ic_dhcp_init_options(u8 *options, struct ic_device *d)
static void __init ic_bootp_send_if(struct ic_device *d, unsigned long jiffies_diff)
struct ic_device *d;