Searched refs:input_poll (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c178 einit.input_poll = NULL;
189 if (einit.input_poll == NULL || einit.input_ctl == NULL)
192 einit.input_poll = NULL;
222 ifp->if_input_poll = einit.input_poll;
H A Dkpi_interface.h772 the network stack will no longer invoke the input_poll callback
780 network stack will begin to invoke the input_poll callback to
991 @field input_poll The poll function for the interface, valid only if
1054 ifnet_input_poll_func input_poll; /* optional, ignored for legacy model */ member in struct:ifnet_init_eparams
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.cpp2067 eparams.input_poll = (_rxPollOptions & kIONetworkWorkLoopSynchronous) ?

Completed in 191 milliseconds