Searched defs:bl_transport (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c93 static bl_transport_t bl_transport = BL_NO_TRANSPORT; variable
143 entry_transport = bl_transport;
150 if (bl_transport == BL_NO_TRANSPORT && blrecurs == 1) {
152 bl_transport = openbootlog();
164 !(bl_transport == BL_HTTPS || bl_transport == BL_HTTP)) {
166 bl_transport = openbootlog();
172 if (entry_transport != bl_transport) {
173 switch (bl_transport) {
198 if (blrecurs > 1 || !sendmessage(bl_transport, messag
[all...]

Completed in 44 milliseconds