Home
last modified time | relevance | path

Searched refs:MAX_HOST_LEN (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/
Dsvr-tcpfwd.c245 if (len > MAX_HOST_LEN) { in newtcpdirect()
253 if (len > MAX_HOST_LEN) { in newtcpdirect()
Doptions.h255 #define MAX_HOST_LEN 254 /* max hostname len for tcp fwding */ macro