FreeBSD kernel kern code
pollrec Struct Reference

Data Fields

poll_handler_t * handler
 
struct ifnet * ifp
 

Detailed Description

Definition at line 249 of file kern_poll.c.

Field Documentation

poll_handler_t* pollrec::handler

Definition at line 250 of file kern_poll.c.

Referenced by ether_poll_deregister(), and ether_poll_register().

struct ifnet* pollrec::ifp

Definition at line 251 of file kern_poll.c.

Referenced by ether_poll_deregister(), and ether_poll_register().


The documentation for this struct was generated from the following file: