OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_type
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl
242
$
port_type
= 'W32';
250
$
port_type
= 'DOS';
254
$
port_type
= 'OS/2';
260
$
port_type
= 'UNIX';
266
$wtime = $
port_type
eq 'UNIX' ? 1 : $
port_type
eq 'OS/2' ? 2 : 4;
268
print "Port type: $
port_type
\n" if $debug;
/external/sepolicy/
attributes
37
attribute
port_type
;
app.te
99
allow appdomain
port_type
:tcp_socket name_connect;
/external/libsepol/tests/policies/test-cond/
refpolicy-base.conf
626
attribute
port_type
;
711
type port_t,
port_type
;
712
type reserved_port_t,
port_type
, reserved_port_type;
713
type afs_bos_port_t,
port_type
;
714
type afs_fs_port_t,
port_type
;
715
type afs_ka_port_t,
port_type
;
716
type afs_pt_port_t,
port_type
;
717
type afs_vl_port_t,
port_type
;
718
type amanda_port_t,
port_type
;
719
type amavisd_recv_port_t,
port_type
;
[
all
...]
Completed in 262 milliseconds