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

  /src/games/backgammon/common_source/
fancy.c 66 static char *ND; /* forward cursor sequence */
73 static int lND; /* length of ND */
83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP};
462 /* CR, LF, and ND */
467 /* LF, ND */
480 /* CR, UP, and ND */
485 /* UP and ND */
520 tputs(ND, 1, addbuf);
529 tputs(ND, 1, addbuf);
537 tputs(ND, 1, addbuf)
    [all...]
  /src/libexec/getty/
gettytab.h 101 #define ND gettynums[3].value
  /src/usr.sbin/ndp/
ndp.c 805 struct in6_ndireq nd; local in function:ifinfo
812 (void)memset(&nd, 0, sizeof(nd));
813 (void)strlcpy(nd.ifname, ifname, sizeof(nd.ifname));
814 if (prog_ioctl(s, SIOCGIFINFO_IN6, &nd) < 0)
816 #define ND nd.ndi
817 newflags = ND.flags;
878 SETVALUE("basereachable", ND.basereachable)
    [all...]
  /src/sys/netinet6/
nd6.c 66 #include <net/nd.h>
91 /* preventing too many loops in ND option parsing */
92 int nd6_maxndopt = 10; /* max # of ND options allowed */
131 .nd_maxqueuelen = 1, /* max # of packets in unresolved ND entries */
170 struct nd_kifinfo *nd; local in function:nd6_ifattach
172 nd = kmem_zalloc(sizeof(*nd), KM_SLEEP);
174 nd->chlim = IPV6_DEFHLIM;
175 nd->basereachable = REACHABLE_TIME;
176 nd->reachable = ND_COMPUTE_RTIME(nd->basereachable)
    [all...]

Completed in 13 milliseconds