Searched refs:IFNET_MODEL_INPUT_POLL_ON (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h734 @constant IFNET_MODEL_INPUT_POLL_ON Polling is active. When set, the
745 IFNET_MODEL_INPUT_POLL_ON = 1, enumerator in enum:__anon214
H A Ddlil.c1744 IFNET_MODEL_INPUT_POLL_ON) ?
1774 inp->mode != IFNET_MODEL_INPUT_POLL_ON) {
1775 mode = IFNET_MODEL_INPUT_POLL_ON;
1805 (mode == IFNET_MODEL_INPUT_POLL_ON) ?
1818 (mode == IFNET_MODEL_INPUT_POLL_ON) ?
1830 case IFNET_MODEL_INPUT_POLL_ON:
2842 if (ext && mode == IFNET_MODEL_INPUT_POLL_ON && cnt > 1 &&

Completed in 34 milliseconds