Home | History | Annotate | Download | only in common

Lines Matching refs:fbi

1229 	struct interface_info *fbi = (struct interface_info *)0;
1230 if (setup_fallback (&fbi, MDL)) {
1231 fbi -> wfdesc = if_register_socket (fbi, AF_INET, 0, NULL);
1232 fbi -> rfdesc = fbi -> wfdesc;
1234 fbi -> name,
1235 (fbi -> shared_network ? "/" : ""),
1236 (fbi -> shared_network ?
1237 fbi -> shared_network -> name : ""));
1239 status = omapi_register_io_object ((omapi_object_t *)fbi,
1244 fbi -> name, isc_result_totext (status));
1245 interface_dereference (&fbi, MDL);