Searched refs:min_length (Results 1 – 15 of 15) sorted by relevance
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | sample_passwd_check.c | 53 int min_length = krb5_config_get_int_default(context, NULL, 6, in check_length() local 57 if(password->length < min_length) in check_length()
|
| H A D | password_quality.c | 52 uint32_t min_length = krb5_config_get_int_default(context, NULL, 6, in min_length_passwd_quality() local 57 if (pwd->length < min_length) { in min_length_passwd_quality()
|
| /freebsd/sys/netinet/ |
| H A D | ip_encap.c | 92 int min_length; member 249 ep->min_length = cfg->min_length; in encap_attach() 303 if (ep->min_length > m->m_pkthdr.len) in encap_input()
|
| H A D | in_gif.c | 394 .min_length = 2 * sizeof(struct ip), 404 .min_length = sizeof(struct ip) + 415 .min_length = sizeof(struct ip) +
|
| H A D | ip_encap.h | 50 int min_length; /* minimum packet length */ member
|
| H A D | ip_gre.c | 549 .min_length = sizeof(struct greip) + sizeof(struct ip),
|
| H A D | ip_mroute.c | 257 .min_length = sizeof(struct ip) + PIM_MINLEN,
|
| /freebsd/sys/netinet6/ |
| H A D | in6_gif.c | 426 .min_length = sizeof(struct ip6_hdr) + 437 .min_length = 2 * sizeof(struct ip6_hdr), 446 .min_length = sizeof(struct ip6_hdr) +
|
| H A D | ip6_gre.c | 540 .min_length = sizeof(struct greip6) +
|
| H A D | ip6_mroute.c | 150 .min_length = sizeof(struct ip6_hdr) + PIM_MINLEN,
|
| /freebsd/sys/netipsec/ |
| H A D | xform_ipcomp.c | 705 .min_length = sizeof(struct ip), 748 .min_length = sizeof(struct ip6_hdr),
|
| /freebsd/sys/net/ |
| H A D | if_me.c | 654 .min_length = sizeof(struct ip) + sizeof(struct mobhdr) -
|
| H A D | if_stf.c | 221 .min_length = sizeof(struct ip),
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2005 | 813 min_length and min_classes
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | setup.texi | 431 stanza @samp{[password_quality]min_length} and requires the password
|