Searched refs:MAX_IP_LEN (Results 1 – 2 of 2) sorted by relevance
149 if (addrlen > MAX_IP_LEN) { in svr_cancelremotetcp()183 if (addrlen > MAX_IP_LEN) { in svr_remotetcpreq()
256 #define MAX_IP_LEN 15 /* strlen("255.255.255.255") == 15 */ macro