Searched refs:ifinit (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsold.h169 extern int ifinit(void);
H A Dif.c69 ifinit(void) function
H A Drtsold.c238 * This should be done before calling ifinit(), since the function
257 if (ifinit()) {
/freebsd-11-stable/sbin/routed/
H A Dmain.c351 ifinit();
411 ifinit();
H A Dif.c204 ifinit();
227 ifinit();
271 ifinit();
643 ifinit(void) function
698 BADERR(1, "ifinit: sysctl(RT_IFLIST)");
703 BADERR(1,"ifinit: sysctl(RT_IFLIST) estimate");
705 "ifinit sysctl");
746 logbad(1,"ifinit: out of sync");
1094 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "ifinit ifp");
H A Ddefs.h624 void ifinit(void);

Completed in 274 milliseconds