Searched refs:PORT_MAX (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/tools/ |
D | intel_reg_spec.h | 45 PORT_MAX = 0xff, enumerator
|
D | intel_reg_spec.c | 117 if (n > PORT_MAX) { in parse_port_desc()
|
/external/kernel-headers/original/uapi/linux/ |
D | serial.h | 64 #define PORT_MAX 13 macro
|
/external/tpm2-tss/script/ |
D | int-log-compiler.sh | 190 PORT_MAX=65534 204 …SIM_PORT_DATA=$(od -A n -N 2 -t u2 /dev/urandom | awk -v min=${PORT_MIN} -v max=${PORT_MAX} '{prin…
|
/external/openssh/regress/ |
D | netcat.c | 83 #define PORT_MAX 65535 macro 119 char *portlist[PORT_MAX+1]; 1107 hi = strtonum(n, 1, PORT_MAX, &errstr); in build_ports() 1110 lo = strtonum(p, 1, PORT_MAX, &errstr); in build_ports() 1142 hi = strtonum(p, 1, PORT_MAX, &errstr); in build_ports()
|
/external/ipsec-tools/src/racoon/ |
D | isakmp.c | 3054 #define PORT_MAX 6 macro 3056 char portstr[PORT_MAX]; 3074 snprintf(portstr, PORT_MAX, "%d", ntohs(sin->sin_port)); 3090 snprintf(portstr, PORT_MAX, "%d", ntohs(sin->sin_port));
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3646 #ifdef PORT_MAX 3647 { "PORT_MAX", (unsigned long) PORT_MAX },
|