Lines Matching refs:infof
262 infof(state->conn->data, in tftp_set_timeouts()
350 infof(data, "got option=(%s) value=(%s)\n", option, value); in tftp_parse_option_ack()
381 infof(data, "%s (%d) %s (%d)\n", "blksize parsed from OACK", in tftp_parse_option_ack()
388 infof(data, "%s (%ld)\n", "tsize parsed from OACK", tsize); in tftp_parse_option_ack()
421 infof(data, "%s\n", "Connected for transmit"); in tftp_connect_for_tx()
437 infof(data, "%s\n", "Connected for receive"); in tftp_connect_for_rx()
595 infof(data, "Received last DATA packet block %d again.\n", rblock); in tftp_rx()
599 infof(data, in tftp_rx()
651 infof(data, in tftp_rx()
722 infof(data, "Received ACK for block %d, expecting %d\n", in tftp_tx()
783 infof(data, "Timeout waiting for block %d ACK. " in tftp_tx()
893 DEBUGF(infof(data, "TFTP_STATE_START\n")); in tftp_state_machine()
897 DEBUGF(infof(data, "TFTP_STATE_RX\n")); in tftp_state_machine()
901 DEBUGF(infof(data, "TFTP_STATE_TX\n")); in tftp_state_machine()
905 infof(data, "%s\n", "TFTP finished"); in tftp_state_machine()
908 DEBUGF(infof(data, "STATE: %d\n", state->state)); in tftp_state_machine()
1126 infof(data, "%s\n", (const char *)state->rpacket.data+4); in tftp_receive_packet()
1170 DEBUGF(infof(conn->data, "timeout: %ld > %ld\n", in tftp_state_timeout()
1260 DEBUGF(infof(conn->data, "DO phase is complete\n")); in tftp_doing()
1296 DEBUGF(infof(conn->data, "DO phase is complete\n")); in tftp_perform()