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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.h514 @field packets_in The number of packets received.
525 u_int32_t packets_in; member in struct:ifnet_stat_increment_param
598 @field packets_in The number of packets received.
609 u_int64_t packets_in; member in struct:ifnet_stats_param
1207 @param packets_in The number of additional packets received.
1213 u_int32_t packets_in, u_int32_t bytes_in,
H A Dkpi_interface.c559 interface->if_data.ifi_ipackets += counts->packets_in;
581 u_int32_t packets_in,
594 interface->if_data.ifi_ipackets += packets_in;
645 interface->if_data.ifi_ipackets = stats->packets_in;
681 stats->packets_in = interface->if_data.ifi_ipackets;
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.c747 stats.packets_in = 1;
H A Ddlil.c933 ifp->if_data.ifi_ipackets += stats->packets_in;
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8709 incs.packets_in = 1;

Completed in 44 milliseconds