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