Searched refs:oentbuf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/rtadvd/ |
| H A D | config.c | 72 static char oentbuf[10 + 3 + NI_MAXHOST + 1]; variable 675 makeentry(oentbuf, sizeof(oentbuf), i, "rtrprefix"); in getconfig() 676 addr = (char *)agetstr(oentbuf, &bp); in getconfig() 679 oentbuf, entbuf); in getconfig() 720 makeentry(oentbuf, sizeof(oentbuf), i, "rtrplen"); in getconfig() 721 MAYHAVE(val, oentbuf, 256); in getconfig() 724 oentbuf, entbuf); in getconfig() 754 makeentry(oentbuf, sizeof(oentbuf), i, "rtrflags"); in getconfig() 755 MAYHAVE(val, oentbuf, 256); in getconfig() 758 oentbuf, entbuf); in getconfig() [all …]
|