FreeBSD kernel kern code
pollrec Struct Reference

Data Fields

poll_handler_t * handler
 
struct ifnet * ifp
 

Detailed Description

Definition at line 256 of file kern_poll.c.

Field Documentation

◆ handler

poll_handler_t* pollrec::handler

Definition at line 257 of file kern_poll.c.

Referenced by ether_poll_deregister(), and ether_poll_register().

◆ ifp

struct ifnet* pollrec::ifp

Definition at line 258 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: