Searched refs:notempty (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | vlan.c | 20 const int a_empty = !a || !a->notempty; in vlan_compare() 21 const int b_empty = !b || !b->notempty; in vlan_compare()
|
H A D | vlan_full.c | 465 int untagged, *tagged, i, notempty; in vlan_newlink() local 480 notempty = vlan->vlan_desc.notempty; in vlan_newlink() 484 if (!notempty) { in vlan_newlink() 584 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local 601 if (!notempty) { in vlan_dellink()
|
H A D | vlan.h | 15 int notempty; /* 0 : no vlan information present, 1: else */ member
|
H A D | ieee802_11_auth.c | 559 info->vlan_id.notempty = !!radius_msg_get_vlanid( in hostapd_acl_recv_radius() 584 if (info->vlan_id.notempty && in hostapd_acl_recv_radius() 595 !info->vlan_id.notempty) in hostapd_acl_recv_radius()
|
H A D | wpa_auth_glue.c | 1003 vlan_desc.notempty = 1; in hostapd_wpa_auth_update_vlan() 1170 if (vlan->notempty && in hostapd_wpa_auth_set_vlan() 1185 if (vlan->notempty) in hostapd_wpa_auth_set_vlan() 1214 vlan->notempty = 1; in hostapd_wpa_auth_get_vlan()
|
H A D | ap_config.c | 1103 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid() 1769 (*acl)[*num].vlan_id.notempty = !!vlan_id; in hostapd_add_acl_maclist()
|
H A D | pmksa_cache_auth.c | 171 if (vlan_desc && vlan_desc->notempty) { in pmksa_cache_from_eapol_data()
|
H A D | ctrl_iface_ap.c | 1596 (vlan_id.notempty && in hostapd_disassoc_accept_mac() 1615 (!vlan_id.notempty || in hostapd_disassoc_deny_mac()
|
H A D | ieee802_1x.c | 1983 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged, in ieee802_1x_update_vlan() 1987 if (vlan_desc.notempty && in ieee802_1x_update_vlan() 2001 !vlan_desc.notempty) { in ieee802_1x_update_vlan()
|
H A D | wpa_auth_ft.c | 304 vlan->notempty = vlan->untagged || vlan->tagged[0]; in wpa_ft_rrb_get_tlv_vlan() 367 if (!vlan || !vlan->notempty) in wpa_ft_vlan_len() 391 if (!vlan || !vlan->notempty) in wpa_ft_vlan_lin() 1383 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r0() 1472 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r1()
|
H A D | sta_info.c | 1190 } else if (vlan_desc && vlan_desc->notempty) { in ap_sta_set_vlan()
|
H A D | ieee802_11.c | 942 vlan_desc.notempty = 1; in sae_accept_sta() 2370 if (vlan_id->notempty && in ieee802_11_set_radius_info()
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_openssl.m4 | 95 str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" 119 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in 121 *:notempty:notgiven:notgiven) 122 # If PKG_CONFIG is notempty and we haven't been given openssl paths,
|
/freebsd/contrib/nvi/ex/ |
H A D | ex.c | 206 int newscreen, notempty, tmp, vi_address; in ex_cmd() local 258 for (notempty = 0; ecp->clen > 0; ++ecp->cp, --ecp->clen) in ex_cmd() 263 notempty = 1; in ex_cmd() 275 notempty = 1; in ex_cmd() 321 (!notempty || F_ISSET(sp, SC_VI) || F_ISSET(ecp, E_BLIGNORE))) { in ex_cmd()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 107 vlan->vlan_desc.notempty = !!vlan_id; in hostapd_config_read_vlan_file()
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 62 8. Add notempty and ask values for the noclobber setting (Martin Tournoij)
|
/freebsd/contrib/ntp/sntp/ |
H A D | configure | 16270 str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" 16299 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in 16301 *:notempty:notgiven:notgiven) 16302 # If PKG_CONFIG is notempty and we haven't been given openssl paths,
|
/freebsd/contrib/ntp/ |
H A D | configure | 25669 str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" 25698 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in 25700 *:notempty:notgiven:notgiven) 25701 # If PKG_CONFIG is notempty and we haven't been given openssl paths,
|