HomeSort by: relevance | last modified time | path
    Searched defs:ishost (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/route/
route.c 426 int ishost = 0, ret, attempts, oerrno, flags = RTF_STATIC; local in function:newroute
566 ishost = getaddr(RTA_DST, *++argv, &hp, soup);
580 ishost = prefixlen(*++argv, soup);
600 ishost = getaddr(RTA_DST, *argv, &hp, soup);
638 ishost = 1;
640 ishost = 0;
642 if (ishost)
663 (void)printf("%s %s %s", cmd, ishost? "host" : "net", dest);
route.c 426 int ishost = 0, ret, attempts, oerrno, flags = RTF_STATIC; local in function:newroute
566 ishost = getaddr(RTA_DST, *++argv, &hp, soup);
580 ishost = prefixlen(*++argv, soup);
600 ishost = getaddr(RTA_DST, *argv, &hp, soup);
638 ishost = 1;
640 ishost = 0;
642 if (ishost)
663 (void)printf("%s %s %s", cmd, ishost? "host" : "net", dest);

Completed in 23 milliseconds