Home
last modified time | relevance | path

Searched refs:BOOTLOG_CONN_RETRIES (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dbootlog.h50 #define BOOTLOG_CONN_RETRIES 3 /* max http connect retries */ macro
H A Dbootlog.c261 for (retries = 0; retries < BOOTLOG_CONN_RETRIES; retries++) { in send_http()
290 if (retries == BOOTLOG_CONN_RETRIES) { in send_http()
588 for (i = 0; i < BOOTLOG_CONN_RETRIES; i++) { in setup_con()