* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in
* unlawful or unlicensed copies of an Apple operating system, or to
* circumvent, violate, or enable the circumvention or violation of, any
* terms of an Apple operating system software license agreement.
* unlawful or unlicensed copies of an Apple operating system, or to
* circumvent, violate, or enable the circumvention or violation of, any
* terms of an Apple operating system software license agreement.
* The Original Code and all software distributed under the License are
* distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
* EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
* The Original Code and all software distributed under the License are
* distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
* EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
* FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
* Please see the License for the specific language governing rights and
* limitations under the License.
* FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
* Please see the License for the specific language governing rights and
* limitations under the License.
-typedef struct {
- int datagram_pkts_sent;
- int datagram_pkts_rcvd;
- int srr_requests_sent;
- int srr_bcasts_sent;
- int srr_requests_rcvd;
- int srr_bcasts_rcvd;
- int srr_replies_sent;
- int srr_replies_rcvd;
- int srr_retries_sent;
- int srr_retries_rcvd;
- int srr_cfailures_sent;
- int srr_cfailures_rcvd;
- int deltat_dpkts_sent;
- int deltat_acks_rcvd;
- int deltat_dpkts_rcvd;
- int deltat_acks_sent;
- int deltat_oldpkts_rcvd;
- int deltat_oospkts_rcvd;
- int deltat_retries_sent;
- int deltat_retries_rcvd;
- int deltat_cfailures_sent;
- int deltat_cfailures_rcvd;
- int deltat_aborts_sent;
- int deltat_aborts_rcvd;
- int vmtp_requests_sent;
- int vmtp_requests_rcvd;
- int vmtp_replies_sent;
- int vmtp_replies_rcvd;
- int ipc_in_messages;
- int ipc_out_messages;
- int ipc_unblocks_sent;
- int ipc_unblocks_rcvd;
- int pc_requests_sent;
- int pc_requests_rcvd;
- int pc_replies_rcvd;
- int pc_startups_rcvd;
- int nn_requests_sent;
- int nn_requests_rcvd;
- int nn_replies_rcvd;
- int po_ro_hints_sent;
- int po_ro_hints_rcvd;
- int po_token_requests_sent;
- int po_token_requests_rcvd;
- int po_token_replies_rcvd;
- int po_xfer_requests_sent;
- int po_xfer_requests_rcvd;
- int po_xfer_replies_rcvd;
- int po_deaths_sent;
- int po_deaths_rcvd;
- int ps_requests_sent;
- int ps_requests_rcvd;
- int ps_replies_rcvd;
- int ps_auth_requests_sent;
- int ps_auth_requests_rcvd;
- int ps_auth_replies_rcvd;
- int mallocs_or_vm_allocates;
- int mem_allocs;
- int mem_deallocs;
- int mem_allocobjs;
- int mem_deallocobjs;
- int pkts_encrypted;
- int pkts_decrypted;
- int vmtp_segs_encrypted;
- int vmtp_segs_decrypted;
- int tcp_requests_sent;
- int tcp_replies_sent;
- int tcp_requests_rcvd;
- int tcp_replies_rcvd;
- int tcp_send;
- int tcp_recv;
- int tcp_connect;
- int tcp_accept;
- int tcp_close;
+typedef struct {
+ int datagram_pkts_sent;
+ int datagram_pkts_rcvd;
+ int srr_requests_sent;
+ int srr_bcasts_sent;
+ int srr_requests_rcvd;
+ int srr_bcasts_rcvd;
+ int srr_replies_sent;
+ int srr_replies_rcvd;
+ int srr_retries_sent;
+ int srr_retries_rcvd;
+ int srr_cfailures_sent;
+ int srr_cfailures_rcvd;
+ int deltat_dpkts_sent;
+ int deltat_acks_rcvd;
+ int deltat_dpkts_rcvd;
+ int deltat_acks_sent;
+ int deltat_oldpkts_rcvd;
+ int deltat_oospkts_rcvd;
+ int deltat_retries_sent;
+ int deltat_retries_rcvd;
+ int deltat_cfailures_sent;
+ int deltat_cfailures_rcvd;
+ int deltat_aborts_sent;
+ int deltat_aborts_rcvd;
+ int vmtp_requests_sent;
+ int vmtp_requests_rcvd;
+ int vmtp_replies_sent;
+ int vmtp_replies_rcvd;
+ int ipc_in_messages;
+ int ipc_out_messages;
+ int ipc_unblocks_sent;
+ int ipc_unblocks_rcvd;
+ int pc_requests_sent;
+ int pc_requests_rcvd;
+ int pc_replies_rcvd;
+ int pc_startups_rcvd;
+ int nn_requests_sent;
+ int nn_requests_rcvd;
+ int nn_replies_rcvd;
+ int po_ro_hints_sent;
+ int po_ro_hints_rcvd;
+ int po_token_requests_sent;
+ int po_token_requests_rcvd;
+ int po_token_replies_rcvd;
+ int po_xfer_requests_sent;
+ int po_xfer_requests_rcvd;
+ int po_xfer_replies_rcvd;
+ int po_deaths_sent;
+ int po_deaths_rcvd;
+ int ps_requests_sent;
+ int ps_requests_rcvd;
+ int ps_replies_rcvd;
+ int ps_auth_requests_sent;
+ int ps_auth_requests_rcvd;
+ int ps_auth_replies_rcvd;
+ int mallocs_or_vm_allocates;
+ int mem_allocs;
+ int mem_deallocs;
+ int mem_allocobjs;
+ int mem_deallocobjs;
+ int pkts_encrypted;
+ int pkts_decrypted;
+ int vmtp_segs_encrypted;
+ int vmtp_segs_decrypted;
+ int tcp_requests_sent;
+ int tcp_replies_sent;
+ int tcp_requests_rcvd;
+ int tcp_replies_rcvd;
+ int tcp_send;
+ int tcp_recv;
+ int tcp_connect;
+ int tcp_accept;
+ int tcp_close;
- u_int port_id;
- u_int alive;
- u_int nport_id_high;
- u_int nport_id_low;
- u_int nport_receiver;
- u_int nport_owner;
- u_int messages_sent;
- u_int messages_rcvd;
- u_int send_rights_sent;
- u_int send_rights_rcvd_sender;
- u_int send_rights_rcvd_recown;
- u_int rcv_rights_xferd;
- u_int own_rights_xferd;
- u_int all_rights_xferd;
- u_int tokens_sent;
- u_int tokens_requested;
- u_int xfer_hints_sent;
- u_int xfer_hints_rcvd;
+ u_int port_id;
+ u_int alive;
+ u_int nport_id_high;
+ u_int nport_id_low;
+ u_int nport_receiver;
+ u_int nport_owner;
+ u_int messages_sent;
+ u_int messages_rcvd;
+ u_int send_rights_sent;
+ u_int send_rights_rcvd_sender;
+ u_int send_rights_rcvd_recown;
+ u_int rcv_rights_xferd;
+ u_int own_rights_xferd;
+ u_int all_rights_xferd;
+ u_int tokens_sent;
+ u_int tokens_requested;
+ u_int xfer_hints_sent;
+ u_int xfer_hints_rcvd;