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 | 93 int min_length; member 250 ep->min_length = cfg->min_length; in encap_attach() 304 if (ep->min_length > m->m_pkthdr.len) in encap_input()
|
H A D | in_gif.c | 385 .min_length = 2 * sizeof(struct ip), 395 .min_length = sizeof(struct ip) + 406 .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 | 550 .min_length = sizeof(struct greip) + sizeof(struct ip),
|
H A D | ip_mroute.c | 248 .min_length = sizeof(struct ip) + PIM_MINLEN,
|
/freebsd/sys/netinet6/ |
H A D | in6_gif.c | 407 .min_length = sizeof(struct ip6_hdr) + 418 .min_length = 2 * sizeof(struct ip6_hdr), 427 .min_length = sizeof(struct ip6_hdr) +
|
H A D | ip6_gre.c | 541 .min_length = sizeof(struct greip6) +
|
H A D | ip6_mroute.c | 143 .min_length = sizeof(struct ip6_hdr) + PIM_MINLEN,
|
/freebsd/sys/netipsec/ |
H A D | xform_ipcomp.c | 693 .min_length = sizeof(struct ip), 736 .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 | 222 .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
|