Searched refs:notempty (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dvlan.c20 const int a_empty = !a || !a->notempty;
21 const int b_empty = !b || !b->notempty;
H A Dvlan.h15 int notempty; /* 0 : no vlan information present, 1: else */ member in struct:vlan_description
H A Dvlan_full.c465 int untagged, *tagged, i, notempty; local
480 notempty = vlan->vlan_desc.notempty;
484 if (!notempty) {
584 int notempty = vlan->vlan_desc.notempty; local
601 if (!notempty) {
H A Dieee802_11_auth.c580 cache->vlan_id.notempty = !!radius_msg_get_vlanid(
605 if (cache->vlan_id.notempty &&
616 !cache->vlan_id.notempty)
H A Dpmksa_cache_auth.c168 if (vlan_desc && vlan_desc->notempty) {
H A Dwpa_auth_glue.c814 vlan_desc.notempty = 1;
938 if (vlan->notempty &&
H A Dieee802_1x.c1864 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged,
1868 if (vlan_desc.notempty &&
1882 !vlan_desc.notempty) {
H A Dwpa_auth_ft.c299 vlan->notempty = vlan->untagged || vlan->tagged[0];
362 if (!vlan || !vlan->notempty)
386 if (!vlan || !vlan->notempty)
1347 if (vlan && vlan->notempty) {
1436 if (vlan && vlan->notempty) {
H A Dap_config.c956 if (!vlan_desc->notempty || vlan_desc->untagged < 0 ||
H A Dsta_info.c955 } else if (vlan_desc && vlan_desc->notempty) {
H A Dieee802_11.c732 vlan_desc.notempty = 1;
1981 if (vlan_id->notempty &&
/freebsd-11-stable/contrib/nvi/ex/
H A Dex.c206 int newscreen, notempty, tmp, vi_address; local
258 for (notempty = 0; ecp->clen > 0; ++ecp->cp, --ecp->clen)
263 notempty = 1;
275 notempty = 1;
321 (!notempty || F_ISSET(sp, SC_VI) || F_ISSET(ecp, E_BLIGNORE))) {
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c1318 goto notempty;
1326 goto notempty;
1332 goto notempty;
1341 notempty:
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c105 vlan->vlan_desc.notempty = !!vlan_id;
142 (*acl)[*num].vlan_id.notempty = !!vlan_id;
H A Dctrl_iface.c1309 (vlan_id.notempty &&
1326 (!vlan_id.notempty ||
/freebsd-11-stable/contrib/ntp/
H A Dconfigure30261 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in
30263 *:notempty:notgiven:notgiven)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure25179 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in
25181 *:notempty:notgiven:notgiven)

Completed in 453 milliseconds