Home
last modified time | relevance | path

Searched refs:port_permitted (Results 1 – 25 of 27) sorted by relevance

12

/dports/net-mgmt/observium/observium/html/pages/
H A Ddeleted-ports.inc.php20 if (port_permitted($port['port_id'], $port['device_id']))
29 if ($port && port_permitted($port['port_id'], $port['device_id']))
50 if (port_permitted($port['port_id'], $port['device_id']))
H A Ddevice.inc.php55 if (port_permitted($vars['port']) && $vars['device'] == get_device_id_by_port_id($vars['port']))
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/
H A Dpseudowires.inc.php58 if (! port_permitted($pw_a['port_id'])) {
62 if (! port_permitted($pw_b['port_id'])) {
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/
H A Dpseudowires.inc.php62 if (! port_permitted($pw_a['port_id'])) {
66 if (! port_permitted($pw_b['port_id'])) {
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/multiport/
H A Dauth.inc.php5 $auth = port_permitted($ifid);
/dports/net-mgmt/observium/observium/html/includes/graphs/multi-port/
H A Dauth.inc.php22 if (is_numeric($port_id) && port_permitted($port_id))
/dports/net-mgmt/observium/observium/html/includes/graphs/atmvp/
H A Dauth.inc.php18 if ($auth || port_permitted($vp['port_id']))
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/atmvp/
H A Dauth.inc.php9 if ($auth || port_permitted($vp['port_id'])) {
/dports/net-mgmt/observium/observium/html/
H A Ddata.php20 if (is_numeric($_GET['id']) && ($config['allow_unauth_graphs'] || port_permitted($_GET['id'])))
H A Dgraph-realtime.php24 if (is_numeric($vars['id']) && ($config['allow_unauth_graphs'] || port_permitted($vars['id'])))
/dports/net-mgmt/observium/observium/html/includes/graphs/macaccounting/
H A Dauth.inc.php28 if ($auth || port_permitted($ma['port_id']))
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/port/
H A Dauth.inc.php3 if (is_numeric($vars['id']) && ($auth || port_permitted($vars['id']))) {
/dports/net-mgmt/librenms/librenms-21.5.1/html/
H A Ddata.php13 if (is_numeric($_GET['id']) && (\LibreNMS\Config::get('allow_unauth_graphs') || port_permitted($_GE…
H A Dgraph-realtime.php15 if (is_numeric($_GET['id']) && (Config::get('allow_unauth_graphs') || port_permitted($_GET['id'])))…
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/macaccounting/
H A Dauth.inc.php13 if ($auth || port_permitted($acc['port_id'])) {
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/ports/
H A Dgraph.inc.php22 if (port_permitted($port['port_id'], $port['device_id'])) {
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/
H A Dprint-interface.inc.php254 …if ($port_details && Config::get('enable_port_relationship') === true && port_permitted($int_link,…
289 if ($port_details && Config::get('enable_port_relationship') === true && port_permitted($port['port…
H A Dfunctions.inc.php134 function port_permitted($port_id, $device_id = null) function
378 } elseif (port_permitted($port['port_id'], $port['device_id'])) {
637 if (port_permitted($args['interface_id'], $args['device_id'])) {
/dports/net-mgmt/observium/observium/html/includes/graphs/port/
H A Dauth.inc.php53 if (is_numeric($vars['id']) && ($auth || port_permitted($vars['id'])))
/dports/net-mgmt/observium/observium/html/includes/print/
H A Dmac_addresses.inc.php91 if (port_permitted($entry['port_id']))
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/reports/
H A Dports.csv.inc.php168 if (port_permitted($port['port_id'], $port['device_id'])) {
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/table/
H A Daddress-search.inc.php101 if (port_permitted($interface['port_id'])) {
H A Dports.inc.php174 if (port_permitted($port['port_id'], $device['device_id'])) {
/dports/net-mgmt/observium/observium/html/ajax/
H A Dentity_popup.php31 if (is_numeric($vars['entity_id']) && (port_permitted($vars['entity_id'])))
/dports/net-mgmt/observium/observium/html/includes/
H A Dfunctions.inc.php1440 function port_permitted($port_id, $device_id = NULL) function
1454 if (!port_permitted($port['port_id'], $port['device_id']))
1950 if (port_permitted($args['interface_id'], $args['device_id']))

12