Lines Matching defs:info_control
814 struct info_control { struct
815 u_int32 ctltimereset;
816 u_int32 numctlreq; /* number of requests we've received */
817 u_int32 numctlbadpkts; /* number of bad control packets */
818 u_int32 numctlresponses; /* # resp packets sent */
819 u_int32 numctlfrags; /* # of fragments sent */
820 u_int32 numctlerrors; /* number of error responses sent */
821 u_int32 numctltooshort; /* number of too short input packets */
822 u_int32 numctlinputresp; /* number of responses on input */
823 u_int32 numctlinputfrag; /* number of fragments on input */
824 u_int32 numctlinputerr; /* # input pkts with err bit set */
825 u_int32 numctlbadoffset; /* # input pkts with nonzero offset */
826 u_int32 numctlbadversion; /* # input pkts with unknown version */
827 u_int32 numctldatatooshort; /* data too short for count */
828 u_int32 numctlbadop; /* bad op code found in packet */
829 u_int32 numasyncmsgs; /* # async messages we've sent */