Home
last modified time | relevance | path

Searched refs:unsent_bytes (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/net/
H A Dkpi_interface.c3642 ifnet_get_unsent_bytes(ifnet_t interface, int64_t *unsent_bytes) in ifnet_get_unsent_bytes() argument
3646 if (interface == NULL || unsent_bytes == NULL) { in ifnet_get_unsent_bytes()
3650 bytes = *unsent_bytes = 0; in ifnet_get_unsent_bytes()
3661 *unsent_bytes = bytes; in ifnet_get_unsent_bytes()
H A Dkpi_interface.h3800 extern errno_t ifnet_get_unsent_bytes(ifnet_t interface, int64_t *unsent_bytes);