Searched refs:entbuf (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/rtadvd/ |
| H A D | config.c | 71 static char entbuf[10 + 3 + NI_MAXHOST + 1]; variable 518 makeentry(entbuf, sizeof(entbuf), i, "addr"); in getconfig() 519 addr = (char *)agetstr(entbuf, &bp); in getconfig() 547 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); in getconfig() 548 MAYHAVE(val, entbuf, 64); in getconfig() 557 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); in getconfig() 558 if ((flagstr = (char *)agetstr(entbuf, &bp))) { in getconfig() 565 MAYHAVE(val, entbuf, in getconfig() 571 makeentry(entbuf, sizeof(entbuf), i, "vltime"); in getconfig() 572 MAYHAVE(val64, entbuf, DEF_ADVVALIDLIFETIME); in getconfig() [all …]
|