Searched refs:PORT_MAX (Results 1 – 3 of 3) sorted by relevance
/external/netcat/ |
D | netcat.c | 63 #define PORT_MAX 65535 macro 100 char *portlist[PORT_MAX+1]; 875 hi = strtonum(n, 1, PORT_MAX, &errstr); in build_ports() 882 lo = strtonum(p, 1, PORT_MAX, &errstr); in build_ports() 918 hi = strtonum(p, 1, PORT_MAX, &errstr); in build_ports()
|
/external/kernel-headers/original/uapi/linux/ |
D | serial.h | 63 #define PORT_MAX 13 macro
|
/external/ipsec-tools/src/racoon/ |
D | isakmp.c | 3047 #define PORT_MAX 6 macro 3049 char portstr[PORT_MAX]; 3067 snprintf(portstr, PORT_MAX, "%d", ntohs(sin->sin_port)); 3083 snprintf(portstr, PORT_MAX, "%d", ntohs(sin->sin_port));
|