Searched refs:check_data (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/kyua/utils/process/ |
H A D | systembuf_test.cpp | 46 check_data(std::istream& is, std::size_t length) in check_data() function 88 check_data(is, length); in test_read() 106 check_data(is, length); in test_write()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_offloadings.c | 79 uint8_t *check_data = NULL; in gso_fix_segment() local 113 check_data = (uint8_t *)tcph; in gso_fix_segment() 121 check_data = (uint8_t *)udph; in gso_fix_segment() 127 nm_os_csum_tcpudp_ipv4(iph, check_data, len-iphlen, check); in gso_fix_segment() 129 nm_os_csum_tcpudp_ipv6(ip6h, check_data, len-iphlen, check); in gso_fix_segment()
|
/freebsd/contrib/netbsd-tests/sbin/resize_ffs/ |
H A D | common.sh | 92 check_data () function 103 check_data $i
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | verify_krb5_conf.c | 351 void *check_data; member 599 } else if(p->type == krb5_config_string && e->check_data != NULL) { in check_section() 600 error |= (*(check_func_t)e->check_data)(context, local, p->u.string); in check_section() 601 } else if(p->type == krb5_config_list && e->check_data != NULL) { in check_section() 602 error |= check_section(context, local, p->u.list, e->check_data); in check_section()
|
/freebsd/contrib/unbound/daemon/ |
H A D | acl_list.c | 311 check_data(const char* data, const struct config_strlist* head) in check_data() function 395 if(!check_data(data, node->tag_datas[tagid])) { in acl_list_tag_data_cfg()
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 2338 Count messages rejected/discarded via the check_data ruleset. 3261 New named config file rule check_data for DATA command (input:
|