Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dkpi_interface.c3481 ifnet_get_unsent_bytes(ifnet_t interface, int64_t *unsent_bytes) in ifnet_get_unsent_bytes() argument
3485 if (interface == NULL || unsent_bytes == NULL) { in ifnet_get_unsent_bytes()
3489 bytes = *unsent_bytes = 0; in ifnet_get_unsent_bytes()
3500 *unsent_bytes = bytes; in ifnet_get_unsent_bytes()
H A Dkpi_interface.h3720 extern errno_t ifnet_get_unsent_bytes(ifnet_t interface, int64_t *unsent_bytes);