Home
last modified time | relevance | path

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

/external/syslinux/com32/modules/
Dpxechn.c96 #define PXECHN_HOST_LEN 256 /* 63 bytes per label; 255 max total */ macro
123 char host[PXECHN_HOST_LEN];
354 return min(len, ((PXECHN_HOST_LEN) - 1)); in hostlen_limit()