Searched defs:PORT_MAX (Results 1 - 2 of 2) sorted by relevance

/external/netcat/
H A Dnetcat.c63 #define PORT_MAX 65535 macro
100 char *portlist[PORT_MAX+1];
875 hi = strtonum(n, 1, PORT_MAX, &errstr);
882 lo = strtonum(p, 1, PORT_MAX, &errstr);
918 hi = strtonum(p, 1, PORT_MAX, &errstr);
/external/ipsec-tools/src/racoon/
H A Disakmp.c3049 #define PORT_MAX 6
3051 char portstr[PORT_MAX];
3069 snprintf(portstr, PORT_MAX, "%d", ntohs(sin->sin_port));
3085 snprintf(portstr, PORT_MAX, "%d", ntohs(sin->sin_port));
3048 #define PORT_MAX macro

Completed in 100 milliseconds