Searched refs:entbuf (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/usr.sbin/rtadvd/ |
| HD | config.c | 71 static char entbuf[10 + 3 + NI_MAXHOST + 1]; variable 498 makeentry(entbuf, sizeof(entbuf), i, "addr"); in getconfig() 499 addr = (char *)agetstr(entbuf, &bp); in getconfig() 527 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); in getconfig() 528 MAYHAVE(val, entbuf, 64); in getconfig() 537 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); in getconfig() 538 if ((flagstr = (char *)agetstr(entbuf, &bp))) { in getconfig() 545 MAYHAVE(val, entbuf, in getconfig() 551 makeentry(entbuf, sizeof(entbuf), i, "vltime"); in getconfig() 552 MAYHAVE(val64, entbuf, DEF_ADVVALIDLIFETIME); in getconfig() [all …]
|