Searched refs:oentbuf (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/usr.sbin/rtadvd/ |
| HD | config.c | 72 static char oentbuf[10 + 3 + NI_MAXHOST + 1]; variable 662 makeentry(oentbuf, sizeof(oentbuf), i, "rtrprefix"); in getconfig() 663 addr = (char *)agetstr(oentbuf, &bp); in getconfig() 666 oentbuf, entbuf); in getconfig() 707 makeentry(oentbuf, sizeof(oentbuf), i, "rtrplen"); in getconfig() 708 MAYHAVE(val, oentbuf, 256); in getconfig() 711 oentbuf, entbuf); in getconfig() 741 makeentry(oentbuf, sizeof(oentbuf), i, "rtrflags"); in getconfig() 742 MAYHAVE(val, oentbuf, 256); in getconfig() 745 oentbuf, entbuf); in getconfig() [all …]
|