Searched refs:PORT_MAX (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/nc/ |
| D | netcat.c | 62 #define PORT_MAX 65535 macro 116 char *portlist[PORT_MAX+1]; 1444 port = strtonum(portstr, 1, PORT_MAX, &errstr); in strtoport()
|
| /openbsd/src/libexec/login_ldap/ |
| D | aldap.c | 734 #define PORT_MAX UINT16_MAX in aldap_parse_url() macro 735 lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr); in aldap_parse_url()
|
| /openbsd/src/usr.bin/ldap/ |
| D | aldap.c | 734 #define PORT_MAX UINT16_MAX in aldap_parse_url() macro 735 lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr); in aldap_parse_url()
|
| /openbsd/src/usr.sbin/ypldap/ |
| D | aldap.c | 770 #define PORT_MAX UINT16_MAX in aldap_parse_url() macro 771 lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr); in aldap_parse_url()
|