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

/freebsd-13-stable/contrib/kyua/utils/process/
H A Dsystembuf_test.cpp46 check_data(std::istream& is, std::size_t length) function
88 check_data(is, length);
106 check_data(is, length);
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c80 uint8_t *check_data = NULL; local
114 check_data = (uint8_t *)tcph;
122 check_data = (uint8_t *)udph;
128 nm_os_csum_tcpudp_ipv4(iph, check_data, len-iphlen, check);
130 nm_os_csum_tcpudp_ipv6(ip6h, check_data, len-iphlen, check);
/freebsd-13-stable/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh92 check_data () function
103 check_data $i
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c351 void *check_data; member in struct:entry
599 } else if(p->type == krb5_config_string && e->check_data != NULL) {
600 error |= (*(check_func_t)e->check_data)(context, local, p->u.string);
601 } else if(p->type == krb5_config_list && e->check_data != NULL) {
602 error |= check_section(context, local, p->u.list, e->check_data);
/freebsd-13-stable/contrib/unbound/daemon/
H A Dacl_list.c232 check_data(const char* data, const struct config_strlist* head) function
312 if(!check_data(data, node->tag_datas[tagid])) {

Completed in 224 milliseconds