Searched refs:bytes_in (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.h515 @field bytes_in The number of bytes received.
526 u_int32_t bytes_in; member in struct:ifnet_stat_increment_param
599 @field bytes_in The number of bytes received.
610 u_int64_t bytes_in; member in struct:ifnet_stats_param
1208 @param bytes_in The number of additional bytes received.
1213 u_int32_t packets_in, u_int32_t bytes_in,
H A Dkpi_interface.c560 interface->if_data.ifi_ibytes += counts->bytes_in;
582 u_int32_t bytes_in,
595 interface->if_data.ifi_ibytes += bytes_in;
646 interface->if_data.ifi_ibytes = stats->bytes_in;
682 stats->bytes_in = interface->if_data.ifi_ibytes;
579 ifnet_stat_increment_in( ifnet_t interface, u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in) argument
H A Dif_stf.c748 stats.bytes_in = mbuf_pkthdr_len(m);
H A Ddlil.c934 ifp->if_data.ifi_ibytes += stats->bytes_in;
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8710 incs.bytes_in = mbuf_pkthdr_len(m);

Completed in 100 milliseconds