/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary | 50 ATTRIBUTE NAS-Port-Id 5 integer 61 ATTRIBUTE Login-TCP-Port 16 integer 86 ATTRIBUTE NAS-Port-Type 61 integer 87 ATTRIBUTE Port-Limit 62 integer 102 ATTRIBUTE Add-Port-To-IP-Address 1037 integer 185 # NAS Port Types, available in 3.3.1 and later 187 VALUE NAS-Port-Type Async 0 188 VALUE NAS-Port-Type Sync 1 189 VALUE NAS-Port-Type ISDN 2 190 VALUE NAS-Port-Type ISDN-V120 3 [all …]
|
D | dictionary.compat | 5 ATTRIBUTE Client-Port-Id 5 integer 11 ATTRIBUTE Login-Port 16 integer 13 ATTRIBUTE Port-Message 18 string 27 ATTRIBUTE NAS-Port 5 integer 31 ATTRIBUTE Client-Port-DNIS 30 string
|
/external/tcpdump/tests/ |
D | dcb_pfc.out | 17 Port ID TLV (2), length 7 23 Port VLAN Id Subtype (1) 27 Port and Protocol VLAN ID Subtype (2) 51 Port ID TLV (2), length 7 57 Port VLAN Id Subtype (1) 61 Port and Protocol VLAN ID Subtype (2) 85 Port ID TLV (2), length 7 91 Port VLAN Id Subtype (1) 95 Port and Protocol VLAN ID Subtype (2) 119 Port ID TLV (2), length 7 [all …]
|
D | dcb_ets.out | 18 Port ID TLV (2), length 7 24 Port VLAN Id Subtype (1) 28 Port and Protocol VLAN ID Subtype (2) 115 Port ID TLV (2), length 7 121 Port VLAN Id Subtype (1) 125 Port and Protocol VLAN ID Subtype (2) 199 Port ID TLV (2), length 7 205 Port VLAN Id Subtype (1) 209 Port and Protocol VLAN ID Subtype (2) 297 Port ID TLV (2), length 7 [all …]
|
D | dcb_qcn.out | 29 Port ID TLV (2), length 7 35 Port VLAN Id Subtype (1) 39 Port and Protocol VLAN ID Subtype (2) 60 Port ID TLV (2), length 7 66 Port VLAN Id Subtype (1) 70 Port and Protocol VLAN ID Subtype (2) 103 Port ID TLV (2), length 7 109 Port VLAN Id Subtype (1) 113 Port and Protocol VLAN ID Subtype (2) 143 Port ID TLV (2), length 7 [all …]
|
/external/deqp/execserver/tools/ |
D | xsMain.cpp | 39 DE_DECLARE_COMMAND_LINE_OPT(Port, int); 47 parser << Option<Port> ("p", "port", "Port", "50016") in registerOptions() 83 const int port = cmdLine.getOption<opt::Port>(); in main()
|
/external/tcpdump/ |
D | print-sctp.c | 73 static inline int isForCES_port(u_short Port) in isForCES_port() argument 75 if (Port == CHAN_HP) in isForCES_port() 77 if (Port == CHAN_MP) in isForCES_port() 79 if (Port == CHAN_LP) in isForCES_port()
|
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/ |
D | AbstractConnector-mbean.properties | 15 confidentialPort: Port to use for confidential redirections. 17 integralPort: Port to use for integral redirections.
|
D | Connector-mbean.properties | 7 integralPort: Port to use for integral redirections 9 confidentialPort: Port to use for confidential redirections
|
/external/icu/icu4c/source/data/zone/ |
D | rm.txt | 160 ec{"Port-of-Spain"} 298 ec{"Port Stanley"} 316 ec{"Saint Peter Port"} 370 ec{"Port-aux-Français"}
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | ports_inbound.txt | 4 SELinux controls the network ports that a application is allowed to bind to based on SELinux Port t…
|
D | ports_outbound.txt | 4 …controls the network ports that a applications are allowed to connect, based on SELinux Port types.
|
/external/libunwind/src/x86/ |
D | siglongjmp.S | 87 #error Port me
|
/external/libvncserver/webclients/java-applet/ |
D | javaviewer.pseudo_proxy.patch | 32 + proxyPort = viewer.readIntParameter("Use Proxy Port", -1); 47 + proxyPortLabel = new Label("Proxy Port");
|
/external/iptables/extensions/ |
D | libipt_SAME.man | 16 Port mapping will be forcibly randomized to avoid attacks based on
|
/external/libunwind/tests/ |
D | test-coredump-unwind.c | 227 #error Port me in handle_sigsegv() 230 #error Port me in handle_sigsegv()
|
D | crasher.c | 86 #error Port me
|
/external/libunwind/src/setjmp/ |
D | siglongjmp.c | 110 #error Port me in siglongjmp()
|
/external/selinux/policycoreutils/po/ |
D | de.po | 449 msgid "Port is required" 450 msgstr "Port wird benötigt" 453 msgid "Invalid Port" 454 msgstr "Ungültiger Port" 469 msgstr "%s-Typ ist ungültig, dies muss ein Port sein" 475 msgstr "Konnte nicht prüfen, ob Port %s/%s definiert ist" 479 msgid "Port %s/%s already defined" 480 msgstr "Port %s/%s ist bereits definiert" 485 msgstr "Konnte Port für %s/%s nicht erstellen" 495 msgstr "Konnte Benutzer in Port-Kontext für %s/%s nicht setzen" [all …]
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 50 DE_DECLARE_COMMAND_LINE_OPT(Port, int); 86 << Option<Port> ("p", "port", "Select TCP port to use", "50016") in registerOptions() 143 cmdLine.port = opts.getOption<opt::Port>(); in parseCommandLine()
|
/external/mdnsresponder/mDNSCore/ |
D | uDNS.c | 1026 …tcpInfo->request, end, mDNSInterface_Any, mDNSNULL, &tcpInfo->Addr, tcpInfo->Port, sock, AuthInfo); in tcpCallback() 1122 mDNSIPPort Port = tcpInfo->Port; in tcpCallback() local 1145 mDNSCoreReceive(m, reply, end, &Addr, Port, tls ? (mDNSAddr *)1 : mDNSNULL, srcPort, 0); in tcpCallback() 1230 TCPSocketFlags flags, const mDNSAddr *const Addr, const mDNSIPPort Port, domainname *hostname, in MakeTCPConn() argument 1250 info->Port = Port; in MakeTCPConn() 1264 …err = mDNSPlatformTCPConnect(info->sock, Addr, Port, hostname, (question ? question->InterfaceID :… in MakeTCPConn() 1529 zd->Port = answer->rdata->u.srv.port; in GetZoneData_QuestionCallback() 1537 zd->Port = zeroIPPort; in GetZoneData_QuestionCallback() 1617 zd->Port = zeroIPPort; in StartGetZoneData() 1641 zd->Port = AuthInfo->port; in StartGetZoneData() [all …]
|
/external/libunwind/src/coredump/ |
D | _UCD_access_reg_freebsd.c | 114 #error Port me in _UCD_access_reg()
|
/external/libunwind/src/x86_64/ |
D | setcontext.S | 82 #error Port me
|
D | getcontext.S | 90 #error Port me
|
/external/openssh/ |
D | ssh_config | 37 # Port 22
|