Searched refs:hsep (Results 1 – 1 of 1) sorted by relevance
371 char *csep, *ssep, *hsep; /* Colon, Slash separator positions */ in pxechn_parse_fn() local416 hsep = strchr(host, '@'); in pxechn_parse_fn()417 if (!hsep) in pxechn_parse_fn()418 hsep = host; in pxechn_parse_fn()419 tip = pxe_dns(hsep); in pxechn_parse_fn()