Searched refs:entbuf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/rtadvd/ |
| H A D | config.c | 71 static char entbuf[10 + 3 + NI_MAXHOST + 1]; variable 511 makeentry(entbuf, sizeof(entbuf), i, "addr"); in getconfig() 512 addr = (char *)agetstr(entbuf, &bp); in getconfig() 540 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); in getconfig() 541 MAYHAVE(val, entbuf, 64); in getconfig() 550 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); in getconfig() 551 if ((flagstr = (char *)agetstr(entbuf, &bp))) { in getconfig() 558 MAYHAVE(val, entbuf, in getconfig() 564 makeentry(entbuf, sizeof(entbuf), i, "vltime"); in getconfig() 565 MAYHAVE(val64, entbuf, DEF_ADVVALIDLIFETIME); in getconfig() [all …]
|