Lines Matching refs:testcase_t

81 typedef void testcase_t(char *buffer, size_t buflen);  typedef
97 testcase_t *test;
117 static testcase_t xnb_ring2pkt_emptyring;
118 static testcase_t xnb_ring2pkt_1req;
119 static testcase_t xnb_ring2pkt_2req;
120 static testcase_t xnb_ring2pkt_3req;
121 static testcase_t xnb_ring2pkt_extra;
122 static testcase_t xnb_ring2pkt_partial;
123 static testcase_t xnb_ring2pkt_wraps;
124 static testcase_t xnb_txpkt2rsp_emptypkt;
125 static testcase_t xnb_txpkt2rsp_1req;
126 static testcase_t xnb_txpkt2rsp_extra;
127 static testcase_t xnb_txpkt2rsp_long;
128 static testcase_t xnb_txpkt2rsp_invalid;
129 static testcase_t xnb_txpkt2rsp_error;
130 static testcase_t xnb_txpkt2rsp_wraps;
131 static testcase_t xnb_pkt2mbufc_empty;
132 static testcase_t xnb_pkt2mbufc_short;
133 static testcase_t xnb_pkt2mbufc_csum;
134 static testcase_t xnb_pkt2mbufc_1cluster;
135 static testcase_t xnb_pkt2mbufc_largecluster;
136 static testcase_t xnb_pkt2mbufc_2cluster;
137 static testcase_t xnb_txpkt2gnttab_empty;
138 static testcase_t xnb_txpkt2gnttab_short;
139 static testcase_t xnb_txpkt2gnttab_2req;
140 static testcase_t xnb_txpkt2gnttab_2cluster;
141 static testcase_t xnb_update_mbufc_short;
142 static testcase_t xnb_update_mbufc_2req;
143 static testcase_t xnb_update_mbufc_2cluster;
144 static testcase_t xnb_mbufc2pkt_empty;
145 static testcase_t xnb_mbufc2pkt_short;
146 static testcase_t xnb_mbufc2pkt_1cluster;
147 static testcase_t xnb_mbufc2pkt_2short;
148 static testcase_t xnb_mbufc2pkt_long;
149 static testcase_t xnb_mbufc2pkt_extra;
150 static testcase_t xnb_mbufc2pkt_nospace;
151 static testcase_t xnb_rxpkt2gnttab_empty;
152 static testcase_t xnb_rxpkt2gnttab_short;
153 static testcase_t xnb_rxpkt2gnttab_2req;
154 static testcase_t xnb_rxpkt2rsp_empty;
155 static testcase_t xnb_rxpkt2rsp_short;
156 static testcase_t xnb_rxpkt2rsp_extra;
157 static testcase_t xnb_rxpkt2rsp_2short;
158 static testcase_t xnb_rxpkt2rsp_2slots;
159 static testcase_t xnb_rxpkt2rsp_copyerror;
160 static testcase_t xnb_sscanf_llu;
161 static testcase_t xnb_sscanf_lld;
162 static testcase_t xnb_sscanf_hhu;
163 static testcase_t xnb_sscanf_hhd;
164 static testcase_t xnb_sscanf_hhn;
168 static testcase_t xnb_add_mbuf_cksum_arp;
169 static testcase_t xnb_add_mbuf_cksum_tcp;
170 static testcase_t xnb_add_mbuf_cksum_udp;
171 static testcase_t xnb_add_mbuf_cksum_icmp;
172 static testcase_t xnb_add_mbuf_cksum_tcp_swcksum;